Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/package.json
blob: 8512efa16d79d8e9babfd4a79be83b2be59c7cbe (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
40
41
42
43
44
{
  "name": "@arthurdejong/munin-plot",
  "version": "0.0.0",
  "description": "Alternative web front-end for Munin",
  "private": true,
  "homepage": "https://arthurdejong.org/munin-plot/",
  "author": "Arthur de Jong <arthur@arthurdejong.org> (https://arthurdejong.org/)",
  "license": "MIT",
  "scripts": {
    "build": "webpack --mode production",
    "dev-build": "webpack --mode development --watch",
    "eslint": "eslint src/**/*.js webpack-plugins/**/*.js *.js"
  },
  "dependencies": {
    "@fortawesome/fontawesome-free": "^6.1.1",
    "bootstrap": "^5.1.3",
    "d3": "^7.3.0",
    "daterangepicker": "^3.1.0",
    "jquery": "^3.6.0",
    "jquery-ui": "^1.13.1",
    "pako": "^2.0.4",
    "plotly.js": "^2.11.1"
  },
  "devDependencies": {
    "archiver": "^5.3.0",
    "autoprefixer": "^10.4.4",
    "css-loader": "^6.7.1",
    "eslint": "^7.23.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^5.2.0",
    "file-loader": "^6.2.0",
    "html-loader": "^3.1.0",
    "html-webpack-plugin": "^5.5.0",
    "mini-css-extract-plugin": "^2.6.0",
    "node-sass": "^7.0.1",
    "postcss-loader": "^6.2.1",
    "sass-loader": "^12.6.0",
    "style-loader": "^3.3.0",
    "webpack": "^5.70.0",
    "webpack-cli": "^4.9.2"
  }
}