-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.19 KB
/
package.json
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "info.mintymods.mss",
"version": "1.0.0",
"description": "Minty Sensor Server",
"author": "Rob Gregory [Minty]",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "git+https://github.com/MintyMods/MintySensorServer.git"
},
"bugs": {
"url": "https://github.com/MintyMods/MintySensorServer/issues"
},
"homepage": "https://github.com/MintyMods/MintySensorServer#readme",
"scripts": {
"build": "cross-env NODE_ENV=production webpack -p",
"dev": "webpack-dev-server --https --port 8081 --color true --mode development --content-base src/main/resources/templates/public --content-base src/main/resources/public --content-base src/main/resources/static --history-api-fallback"
},
"browserslist": [
">1%",
"last 2 versions",
"Firefox ESR",
"not ie < 9",
"not dead"
],
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.5",
"autoprefixer": "^9.7.3",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.5",
"cross-env": "^5.2.1",
"css-loader": "^2.1.1",
"file-loader": "^4.3.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.6.0",
"node-sass": "^4.13.0",
"postcss-css-variables": "^0.13.0",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.3.1",
"serve": "^11.2.0",
"style-loader": "^0.23.1",
"svelte": "^3.16.0",
"svelte-click-outside": "^1.0.0",
"svelte-grid": "^1.10.5",
"svelte-loader": "^2.13.6",
"svelte-material-ui": "^1.0.0-beta.18",
"svelte-watch-resize": "^1.0.3",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
},
"dependencies": {
"@fnando/sparkline": "^0.3.10",
"@simonwep/pickr": "^1.4.7",
"@stomp/stompjs": "^5.4.2",
"canvas-gauges": "^2.1.5",
"chart.js": "^2.9.3",
"cssnano": "^4.1.10",
"date-fns": "^2.8.1",
"dialog-polyfill": "^0.5.0",
"echarts": "^4.5.0",
"echarts-liquidfill": "^2.0.5",
"highcharts": "^7.2.1",
"justgage": "^1.3.3",
"panzoom": "^8.7.0",
"pnotify": "^4.0.0",
"rough-viz": "^1.0.5",
"serialize-javascript": "^2.1.2",
"sockjs": "^0.3.19",
"svelte-routing": "^1.4.0"
}
}