-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 1.1 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
{
"name": "node_server",
"version": "1.0.0",
"private": false,
"scripts": {
"dev": "cross-env NODE_ENV=development node ./bin/www",
"start": "cross-env NODE_ENV=production node ./bin/www",
"pm2": "pm2 start ./start.json"
},
"dependencies": {
"ali-oss": "^6.1.1",
"axios": "^0.19.0",
"body-parser": "~1.19.0",
"connect-redis": "^3.4.2",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"cross-env": "^6.0.3",
"debug": "~4.1.1",
"ejs": "~2.6.2",
"express": "~4.17.1",
"express-session": "^1.16.2",
"iconv-lite": "^0.5.0",
"log4js": "^4.5.1",
"memory-cache": "^0.2.0",
"memorystore": "^1.6.1",
"moment": "^2.24.0",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"mysql": "^2.17.1",
"nodemailer": "^6.3.0",
"redis": "^2.8.0",
"request": "^2.88.0",
"serve-favicon": "~2.5.0",
"socket.io": "^2.2.0",
"svg-captcha": "^1.4.0",
"websocket": "^1.0.29",
"xml2js": "^0.4.22"
}
}