-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.2 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
{
"name": "server",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"axios": "^0.19.0",
"body-parser": "^1.18.2",
"ccap": "^0.6.10",
"command-line-args": "^5.1.1",
"composable-middleware": "^0.3.0",
"config": "^1.29.1",
"connect-redis": "^4.0.3",
"cookie-parser": "~1.4.3",
"cors": "^2.8.5",
"crawler": "^1.2.1",
"debug": "~2.6.9",
"emailjs": "^2.2.0",
"express": "~4.15.5",
"express-fileupload": "^1.1.6",
"express-jwt": "^5.3.1",
"express-session": "^1.17.0",
"express-socket.io-jwt": "^0.2.0",
"express-validator": "^6.3.0",
"jade": "~1.11.0",
"jsonwebtoken": "^8.5.1",
"linebyline": "^1.3.0",
"lodash": "^4.17.15",
"module-alias": "^2.2.2",
"moment": "^2.24.0",
"moment-range": "^4.0.2",
"mongodb": "^3.0.1",
"mongoose": "^5.7.12",
"morgan": "~1.9.0",
"node-schedule": "^1.3.2",
"passport": "^0.4.0",
"passport-github": "^1.1.0",
"passport-local": "^1.0.0",
"redis": "^2.8.0",
"serve-favicon": "~2.4.5",
"socket.io": "^2.3.0",
"uuid": "^8.0.0",
"winston": "^3.2.1"
},
"_moduleAliases": {
"@": "./src"
}
}