-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
34 lines (34 loc) · 850 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
{
"name": "graduation-project-server",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "set NODE_ENV=development&& node ./bin/www",
"production": "set NODE_ENV=production&& node ./bin/www"
},
"dependencies": {
"archiver": "^3.0.0",
"axios": "^0.18.0",
"connect-redis": "^3.4.1",
"cookie-parser": "~1.4.3",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"debug": "~2.6.9",
"decimal.js": "^10.1.1",
"express": "~4.16.0",
"express-session": "^1.15.6",
"formidable": "^1.2.1",
"http-errors": "~1.6.2",
"ioredis": "^4.6.2",
"jade": "~1.11.0",
"log4js": "^3.0.6",
"morgan": "~1.9.0",
"mysql": "^2.16.0",
"mysql2": "^1.6.5",
"node-rsa": "^1.0.2",
"node-xlsx": "^0.14.1",
"sequelize": "^4.43.0",
"socket.io": "^2.2.0",
"unzip": "^0.1.11"
}
}