Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/package.json
blob: 4782bd542f407d7fe7dfacd965fe46f6e3073914 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
  "name": "@arthurdejong/webchat",
  "version": "0.0.0",
  "description": "Simple web chat application",
  "private": true,
  "homepage": "https://arthurdejong.org/webchat/",
  "author": "Arthur de Jong <arthur@arthurdejong.org> (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": "^5.15.1",
    "bootstrap": "^4.5.3",
    "jquery": "^3.5.1",
    "jquery-ui": "^1.12.1",
    "popper.js": "^1.16.1",
    "webrtc-adapter": "^7.7.0"
  },
  "devDependencies": {
    "autoprefixer": "^10.1.0",
    "css-loader": "^5.0.1",
    "eslint": "^7.16.0",
    "file-loader": "^6.2.0",
    "html-loader": "^1.3.2",
    "html-webpack-plugin": "^4.5.0",
    "js-beautify": "^1.13.0",
    "mini-css-extract-plugin": "^1.3.3",
    "node-sass": "^5.0.0",
    "postcss-loader": "^4.1.0",
    "sass-loader": "^10.1.0",
    "style-loader": "^2.0.0",
    "webpack": "^5.11.0",
    "webpack-cli": "^4.2.0"
  }
}