-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 927 Bytes
/
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
{
"name": "myadmin",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"dependencies": {
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"cors": "^2.8.4",
"debug": "~2.6.9",
"ejs": "~2.5.7",
"ejsexcel": "^3.5.2",
"express": "~4.15.5",
"formidable": "^1.2.1",
"iconv-lite": "^0.4.21",
"log4js": "^2.4.1",
"moment": "^2.20.1",
"morgan": "~1.9.0",
"mysql2": "^1.5.3",
"node-xlsx": "^0.12.0",
"sequelize": "^4.37.6",
"serve-favicon": "~2.4.5"
},
"devDependencies": {
"async": "^2.6.0",
"elasticsearch": "^14.0.0",
"jsonwebtoken": "^8.1.0",
"log4js": "^2.4.1",
"mysql": "^2.15.0",
"node-uuid": "^1.4.8",
"nodemon": "^1.14.3",
"os": "^0.1.1",
"redis": "^2.8.0",
"underscore": "^1.8.3",
"validate.js": "^0.12.0",
"webot": "^0.1.10",
"xmlparser": "^0.1.0"
}
}