-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.62 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
{
"name": "koa-rudy",
"version": "0.0.1",
"description": "koa",
"main": "server.js",
"scripts": {
"test": "",
"dev": "./node_modules/.bin/nodemon --use_strict --harmony ./bin/server.js",
"debug": "./node_modules/.bin/nodemon --debug-brk bin/server.js",
"devl": "next"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iwfe/koa-rudy.git"
},
"keywords": [
"koa",
"node",
"rudy"
],
"author": "enzo",
"license": "ISC",
"bugs": {
"url": "https://github.com/iwfe/koa-rudy/issues"
},
"homepage": "https://github.com/iwfe/koa-rudy#readme",
"dependencies": {
"axios": "^0.15.2",
"co-body": "^4.2.0",
"copy-to": "^2.0.1",
"debug": "^2.3.0",
"ejs": "^2.5.2",
"koa": "^2.0.0",
"koa-ejs": "^3.0.0",
"koa-router": "^7.0.0",
"koa-send": "^3.2.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-redux": "^4.4.5",
"react-router": "^3.0.0",
"redux": "^3.6.0",
"redux-actions": "^0.13.0",
"redux-devtools": "^3.3.1",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.1.0",
"redux-undo": "^0.6.1"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-preset-es2015-node5": "^1.2.0",
"babel-preset-stage-0": "^6.16.0",
"babel-register": "^6.16.3",
"extract-text-webpack-plugin": "^1.0.1",
"koa-webpack-middleware": "^1.0.3",
"merge": "^1.2.0",
"nodemon": "^1.11.0",
"webpack": "^1.13.3",
"webpack-dev-middleware": "^1.2.0"
}
}