-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.11 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
{
"name": "bigDataReport",
"version": "1.1.0",
"description": "bigDataReport system",
"main": "index.js",
"bin": {
"koa2": "bin/koa2"
},
"scripts": {
"dev": "nodemon run.js",
"pm2": "pm2 start run.js"
},
"keywords": [
"koa2",
"easy",
"async/await"
],
"author": "zhaoxiaoyang",
"license": "MIT",
"dependencies": {
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.8.0",
"babel-runtime": "^6.9.2",
"ejs": "^2.4.1",
"fs-promise": "^0.5.0",
"koa": "^2.0.0",
"koa-bodyparser": "^3.1.0",
"koa-compress": "^2.0.0",
"koa-convert": "^1.2.0",
"koa-cors": "^0.0.16",
"koa-json": "^1.1.1",
"koa-logger": "^1.3.0",
"koa-multer": "^1.0.0",
"koa-router": "^7.0.1",
"koa-send": "^3.2.0",
"koa-static": "^2.0.0",
"koa-views": "^5.0.1",
"nodemon": "^1.9.1",
"mkdirp-then": "^1.2.0"
},
"devDependencies": {
"babel-eslint": "^6.0.4",
"eslint": "^2.12.0",
"eslint-config-vue": "^1.0.3",
"eslint-plugin-vue": "^0.1.1"
}
}