-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.12 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
{
"name": "epcos",
"version": "1.0.0",
"description": "",
"main": "src/main.js",
"scripts": {
"build": "webpack --config=config/webpack.config.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "^2.6.1",
"async-lock": "^1.2.0",
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.4",
"echarts": "^4.2.1",
"express": "^4.16.4",
"express-session": "^1.15.6",
"gm": "^1.23.1",
"jquery": "^3.4.0",
"lockfile": "^1.0.4",
"lodash": "^4.17.11",
"log4js": "^3.0.6",
"mkdirp": "^0.5.1",
"moment": "^2.23.0",
"mongodb": "^3.1.10",
"mongoskin": "^2.1.0",
"multer": "^1.4.1",
"node": "^11.6.0",
"socket.io": "^2.2.0",
"sprintf-js": "^1.1.2"
},
"devDependencies": {
"css-loader": "^2.1.1",
"expose-loader": "^0.7.5",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"html-withimg-loader": "^0.1.16",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.1.2",
"url-loader": "^1.1.2",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1"
}
}