-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.77 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
{
"name": "koamovie",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "./node_modules/.bin/nodemon bin/run",
"koa": "./node_modules/.bin/runkoa bin/www",
"pm2": "pm2 start bin/run ",
"test": "echo \"Error: no test specified\" && exit 1",
"web": "webpack --config build/webpack.base.conf.js"
},
"dependencies": {
"co": "^4.6.0",
"debug": "^2.2.0",
"jade": "~1.11.0",
"koa": "^2.0.0",
"koa-bodyparser": "^2.0.1",
"koa-convert": "^1.2.0",
"koa-json": "^1.1.1",
"koa-logger": "^1.3.0",
"koa-onerror": "^1.2.1",
"koa-router": "^7.0.0",
"koa-static": "^2.0.0",
"koa-views": "^5.0.1",
"runkoa": "^1.3.1"
},
"devDependencies": {
"axios": "^0.15.3",
"babel-core": "^6.0.0",
"babel-eslint": "^7.0.0",
"babel-loader": "^6.0.0",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-stage-2": "^6.0.0",
"babel-register": "^6.0.0",
"bcrypt": "^1.0.2",
"bluebird": "^3.5.0",
"bufferhelper": "^0.2.1",
"cheerio": "^0.22.0",
"css-loader": "^0.25.0",
"html-webpack-plugin": "^2.28.0",
"iconv-lite": "^0.4.15",
"json-loader": "^0.5.4",
"koa-proxy": "^0.8.0",
"koa-request": "^1.0.0",
"koa-session": "^5.0.0",
"koa-session2": "^2.2.3",
"koa2-pixie-proxy": "^2.0.3",
"lodash": "^4.17.4",
"md5": "^2.2.1",
"mongoose": "^4.9.1",
"node-sass": "^3.10.1",
"nodemon": "^1.8.1",
"request": "^2.81.0",
"request-promise": "^4.2.0",
"sass-loader": "^4.0.2",
"superagent": "^3.5.2",
"superagent-charset": "^1.1.1",
"swig": "^1.4.2",
"url-loader": "^0.5.7",
"vue": "^2.2.4",
"vue-template-compiler": "^2.2.4",
"webpack": "^1.13.2",
"webpack-merge": "^4.1.0"
}
}