-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
87 lines (87 loc) · 2.59 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "koa2-boilerplate",
"version": "1.0.0",
"description": "",
"main": "start.js",
"scripts": {
"dev": "webpack-dev-server --progress --colors --hot --host 0.0.0.0 --port 9000 --content-base ./server/public --config ./webpack.config.js | nodemon start.js",
"build": "NODE_ENV=production webpack -p --config ./webpack.prod.config.js",
"test": "mocha --compilers js:babel-core/register --require babel-polyfill",
"report": "mocha --compilers js:babel-core/register --require babel-polyfill --reporter mochawesome"
},
"keywords": [
"koa2-boilerplate",
"koa2 export excel",
"koa2 login with passport.js",
"koa2 cors rest request",
"koa2 with redux or vue",
"koa2 with docker"
],
"author": "SRK.Lyu <[email protected]> (http://stackbox.org)",
"license": "MIT",
"dependencies": {
"amqplib": "^0.4.2",
"bcryptjs": "^2.3.0",
"excel-export": "^0.5.1",
"fivebeans": "^1.4.1",
"handlebars": "^4.0.5",
"hashids": "^1.1.0",
"kcors": "^2.1.1",
"koa": "^2.0.0",
"koa-bodyparser": "^3.1.0",
"koa-compose": "^3.1.0",
"koa-convert": "^1.2.0",
"koa-generic-session": "^1.11.3",
"koa-logger": "^1.3.0",
"koa-mount": "^2.0.0",
"koa-passport": "^2.2.1",
"koa-redis": "^2.1.1",
"koa-router": "^7.0.1",
"koa-static": "^2.0.0",
"koa-views": "^5.0.2",
"lodash": "^4.14.1",
"log4js": "^0.6.38",
"mysql": "^2.11.1",
"node-excel": "^0.5.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"request": "^2.73.0",
"swig": "^1.4.2"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.23.1",
"file-loader": "^0.9.0",
"jquery": "^3.1.0",
"mocha": "^3.0.2",
"mochawesome": "^1.5.1",
"nodemon": "^1.10.0",
"react": "^15.3.0",
"react-dom": "^15.3.0",
"react-github-fork-ribbon": "^0.4.4",
"react-hot-loader": "^1.3.0",
"react-redux": "^4.4.5",
"react-router": "^2.5.2",
"react-router-redux": "^4.0.5",
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
"redux-router": "^1.0.0",
"redux-thunk": "^2.1.0",
"serve-favicon": "^2.3.0",
"should": "^11.1.0",
"style-loader": "^0.13.1",
"supertest": "^2.0.0",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-dev-server": "^1.14.1",
"webpack-hot-middleware": "^2.12.2",
"whatwg-fetch": "^1.0.0"
}
}