-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.33 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.33 KB
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
45
{
"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 --max-warnings 0 src/**/*.js webpack-plugins/**/*.js *.js *.mjs"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^7.2.0",
"bootstrap": "^5.3.8",
"d3": "^7.9.0",
"daterangepicker": "^3.1.0",
"jquery": "^3.7.1",
"jquery-ui": "^1.14.2",
"pako": "^2.1.0",
"plotly.js": "^3.5.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^9.39.4",
"@stylistic/eslint-plugin": "^5.10.0",
"archiver": "^7.0.1",
"autoprefixer": "^10.4.27",
"css-loader": "^7.1.4",
"eslint": "^9.39.4",
"file-loader": "^6.2.0",
"globals": "^17.4.0",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.6",
"mini-css-extract-plugin": "^2.10.2",
"neostandard": "^0.13.0",
"postcss-loader": "^8.2.1",
"sass": "^1.99.0",
"sass-loader": "^16.0.7",
"style-loader": "^4.0.0",
"webpack": "^5.105.4",
"webpack-cli": "^7.0.2"
}
}