-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.32 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
{
"name": "koa2-sketch",
"repository": "https://github.com/trantors/koa2-sketch",
"version": "0.0.1",
"description": "A sketch for koa2",
"main": "app.js",
"scripts": {
"pm2": "pm2 start pm2_dev.json",
"dev": "webpack-dev-server --progress --colors --hot --inline --host 0.0.0.0 --port 9000 --content-base ./server/public --config ./webpack.config.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-sketch",
"koa2 export excel",
"koa2 login with passport.js",
"koa2 cors rest request",
"koa2 with redux",
"koa2 with docker"
],
"author": "Nick Ma <honeyday.mj@gmail.com>",
"license": "MIT",
"dependencies": {
"amqplib": "^0.4.2",
"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",
"bcryptjs": "^2.3.0",
"continuation-local-storage": "^3.1.7",
"ejs": "^2.5.1",
"fivebeans": "^1.4.1",
"handlebars": "^4.0.5",
"hashids": "^1.1.0",
"kcors": "^2.1.1",
"koa": "^2.0.0",
"koa-accesslog": "^0.0.2",
"koa-bodyparser": "^3.1.0",
"koa-compose": "^3.1.0",
"koa-convert": "^1.2.0",
"koa-logger": "^1.3.0",
"koa-mount": "^2.0.0",
"koa-passport": "^2.2.1",
"koa-redis": "^2.1.1",
"koa-router": "next",
"koa-session2": "^1.0.8",
"koa-static": "^2.0.0",
"koa-views": "^5.0.2",
"lodash": "^4.14.1",
"log4js": "^0.6.38",
"pug": "latest",
"request": "^2.73.0",
"sequelize": "^3.4.6"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"eslint": "^3.5.0",
"eslint-config-airbnb": "^11.1.0",
"eslint-config-airbnb-base": "^7.1.0",
"eslint-plugin-async-await": "^0.0.0",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^1.15.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0",
"nodemon": "^1.10.0",
"should": "^11.1.0",
"style-loader": "^0.13.1",
"supertest": "^2.0.0",
"url-loader": "^0.5.7",
"webpack": "^1.13.1"
}
}