-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.88 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "shudongapi",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=production ./node_modules/.bin/nodemon bin/www",
"dev": "cross-env NODE_ENV=development ./node_modules/.bin/nodemon bin/www",
"prd": "pm2 start bin/www",
"test": "echo \"Error: no test specified\" && exit 1",
"pm2-start": "pm2 start --no-daemon process.json"
},
"dependencies": {
"cross-env": "^5.0.5",
"crypto": "^1.0.1",
"debug": "^2.6.3",
"jsonwebtoken": "^7.4.3",
"kcors": "^2.2.1",
"koa": "^2.2.0",
"koa-bodyparser": "^3.2.0",
"koa-compose": "^4.0.0",
"koa-compress": "^2.0.0",
"koa-convert": "^1.2.0",
"koa-generic-session": "^2.0.0",
"koa-json": "^2.0.2",
"koa-jwt": "^3.2.2",
"koa-logger": "^2.0.1",
"koa-onerror": "^1.2.1",
"koa-passport": "^3.0.0",
"koa-redis": "^3.0.0",
"koa-response-time": "^2.0.0",
"koa-router": "^7.1.1",
"koa-session2": "^2.2.4",
"koa-static": "^3.0.0",
"koa-views": "^5.2.1",
"lodash": "^4.17.4",
"markdown-it": "^8.4.0",
"mongoose": "^4.11.6",
"nodemon": "^1.8.1",
"passport-local": "^1.0.0",
"pug": "^2.0.0-rc.1",
"trek-captcha": "^0.3.0",
"bluebird": "^3.5.0",
"bunyan": "^1.8.12",
"passport-qq": "0.0.3",
"passport-weibo": "^0.1.2",
"qiniu": "6.1.13",
"xss": "^0.3.3"
},
"devDependencies": {
"cross-env": "^5.0.5",
"crypto": "^1.0.1",
"jsonwebtoken": "^7.4.3",
"kcors": "^2.2.1",
"koa-compose": "^4.0.0",
"koa-compress": "^2.0.0",
"koa-generic-session": "^2.0.0",
"koa-jwt": "^3.2.2",
"koa-passport": "^3.0.0",
"koa-redis": "^3.0.0",
"koa-response-time": "^2.0.0",
"koa-session2": "^2.2.4",
"lodash": "^4.17.4",
"markdown-it": "^8.4.0",
"mongoose": "^4.11.6",
"nodemon": "^1.8.1",
"passport-local": "^1.0.0",
"trek-captcha": "^0.3.0"
}
}