forked from 54sword/api.xiaoduyu.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.48 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
51
52
53
54
55
{
"name": "xiaoduyu_api",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node --max-old-space-size=1700 ./bin/www",
"dev": "supervisor node server.js",
"mongodb": "/Users/wuseijian/mongodb-3.6.2/bin/mongod --dbpath /Users/wuseijian/mongodb-3.6.2/data/db"
},
"dependencies": {
"@alicloud/sms-sdk": "^1.0.2",
"apollo-errors": "^1.5.1",
"apollo-server-express": "^1.3.2",
"async": "^1.4.2",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"bcryptjs": "^2.2.1",
"body-parser": "^1.12.4",
"captchapng": "^0.0.1",
"compression": "^1.6.1",
"connect-mongo": "^0.8.2",
"cookie-parser": "^1.3.5",
"crypto": "^0.0.3",
"debug": "^2.2.0",
"express": "^4.12.4",
"express-graphql": "^0.6.11",
"formidable": "^1.0.17",
"gm": "^1.21.1",
"graphql": "^0.12.3",
"graphql-tools": "^2.18.0",
"helmet": "^1.3.0",
"imageinfo": "^1.0.4",
"ioredis": "^3.1.2",
"is-json": "^2.0.1",
"jpush-sdk": "^3.4.2",
"jsonwebtoken": "^8.0.1",
"log4js": "^0.6.33",
"mongoose": "^5.0.3",
"morgan": "^1.5.3",
"node-uuid": "^1.4.7",
"nodemailer": "^0.7.1",
"qiniu": "^6.1.13",
"react": "^15.6.1",
"redis": "^2.8.0",
"redraft": "^0.8.0",
"request": "^2.69.0",
"sendcloud-client": "^0.1.1",
"serve-favicon": "^2.2.1",
"socket.io": "^2.0.3",
"trek-captcha": "^0.3.0",
"xss": "^0.2.6"
},
"devDependencies": {}
}