-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.19 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
{
"name": "common-backend",
"version": "1.0.0",
"description": "common-backend",
"main": "index.js",
"scripts": {
"build": "pm2 start pm2.config.js --env production",
"build-pre": "pm2 start pm2.debug.config.js",
"dev": "node index.js",
},
"repository": "https://github.com/szxy00000/koa-quickstart.git",
"author": "Nemo",
"license": "MIT",
"dependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"isomorphic-fetch": "^2.2.1",
"kcors": "^2.2.1",
"koa": "^2.4.1",
"koa-better-router": "^2.1.1",
"koa-bodyparser": "^4.2.0",
"koa-convert": "^1.2.0",
"koa-logger": "^3.1.0",
"koa-multer": "^1.0.2",
"koa-router": "^7.3.0",
"koa-session": "^5.7.1",
"koa-static": "^4.0.2",
"koa-static-server": "^1.3.4",
"koa-views": "^6.1.3",
"koa-websocket": "^4.1.0",
"lodash": "^4.17.4"
},
"devDependencies": {
"chalk": "^2.4.1",
"inquirer": "^5.2.0"
}
}