-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
43 lines (43 loc) · 1.13 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
{
"name": "node-master",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node bin/www",
"dev": "./node_modules/.bin/nodemon bin/www",
"uat": "pm2 start ./process.config.js --only uat",
"prod": "pm2 start ./process.config.js --only prod"
},
"dependencies": {
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1",
"crypto": "^1.0.1",
"debug": "^4.1.1",
"handlebars": "~4.0.5",
"http-proxy-middleware": "^0.19.1",
"https-proxy-agent": "^2.2.2",
"jsonwebtoken": "^8.5.1",
"koa": "^2.7.0",
"koa-bodyparser": "^4.2.1",
"koa-convert": "^1.2.0",
"koa-json": "^2.0.2",
"koa-jwt": "^3.6.0",
"koa-log4": "^2.3.2",
"koa-logger": "^3.2.0",
"koa-mysql-session": "^0.0.2",
"koa-onerror": "^4.1.0",
"koa-router": "^7.4.0",
"koa-session": "^5.12.2",
"koa-static": "^5.0.0",
"koa-views": "^6.2.0",
"koa2-connect": "^1.0.2",
"koa2-cors": "^2.0.6",
"uuid": "^3.3.2"
},
"devDependencies": {
"babel-plugin-transform-runtime": "^6.23.0",
"babel-register": "^6.26.0",
"mysql": "^2.17.1",
"nodemon": "^1.19.1"
}
}