forked from chentsulin/redux-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 939 Bytes
/
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
{
"name": "redux-example",
"version": "0.0.0",
"description": "WIP",
"main": "server.js",
"scripts": {
"start": "node dev-server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chentsulin/redux-example.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/chentsulin/redux-example/issues"
},
"homepage": "https://github.com/chentsulin/redux-example#readme",
"devDependencies": {
"babel-core": "^5.6.16",
"babel-loader": "^5.3.1",
"node-libs-browser": "^0.5.2",
"react-hot-loader": "^1.2.8",
"webpack": "^1.10.1",
"webpack-dev-server": "^1.10.1"
},
"dependencies": {
"create-action-types": "^0.1.0",
"keymirror": "^0.1.1",
"koa": "^0.21.0",
"koa-static": "^1.4.9",
"object-assign": "^3.0.0",
"react": "^0.13.3",
"redux": "^0.12.0"
}
}