forked from happypoulp/redux-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 944 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-tutorial",
"version": "0.0.1",
"description": "Learn how to use redux step by step",
"repository": {
"type": "git",
"url": "https://github.com/happypoulp/redux-tutorial.git"
},
"scripts": {
"example": "babel-node --stage=0"
},
"author": "François Bonnefont",
"license": "ISC",
"dependencies": {
"babel": "5.3.1",
"babel-core": "^5.6.15",
"babel-loader": "^5.2.2",
"bluebird": "^2.9.34",
"css-loader": "^0.15.1",
"file-loader": "^0.8.4",
"node-libs-browser": "^0.5.2",
"react": "^0.13.3",
"react-redux": "^0.2.2",
"react-router": "^1.0.0-beta3",
"redux": "v1.0.0-rc",
"redux-thunk": "^0.1.0",
"style-loader": "^0.12.3",
"url-loader": "^0.5.6",
"webpack": "^1.10.0"
},
"devDependencies": {
"react-hot-loader": "^1.2.7",
"babel-eslint": "^3.1.9",
"eslint-plugin-react": "^2.3.0",
"webpack-dev-server": "^1.8.2"
}
}