{ "name": "@arthurdejong/webchat", "version": "0.0.0", "description": "Simple web chat application", "private": true, "homepage": "https://arthurdejong.org/webchat/", "author": "Arthur de Jong (https://arthurdejong.org/)", "license": "GPL-3.0-or-later", "scripts": { "build": "webpack --mode production", "dev-build": "webpack --mode development --watch", "eslint": "eslint src/**/*.js *.js", "htmlfix": "js-beautify -r -f src/index.html --type html --indent-size 2 --end-with-newline" }, "dependencies": { "@fortawesome/fontawesome-free": "^6.2.1", "bootstrap": "^5.2.3", "jquery": "^3.6.1", "jquery-ui": "^1.13.2", "popper.js": "^1.16.1", "webrtc-adapter": "^8.2.0" }, "devDependencies": { "autoprefixer": "^10.4.13", "css-loader": "^6.7.2", "eslint": "^7.32.0", "eslint-config-standard": "^16.0.3", "eslint-plugin-import": "^2.26.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.2.0", "file-loader": "^6.2.0", "html-loader": "^4.2.0", "html-webpack-plugin": "^5.5.0", "js-beautify": "^1.14.7", "mini-css-extract-plugin": "^2.7.1", "node-sass": "^8.0.0", "postcss-loader": "^7.0.2", "sass-loader": "^13.2.0", "style-loader": "^3.3.1", "webpack": "^5.75.0", "webpack-cli": "^5.0.0" } }