-
Notifications
You must be signed in to change notification settings - Fork 297
/
package.json
38 lines (38 loc) · 945 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
38
{
"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"
},
"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.14.2",
"react-dom": "0.14.2",
"react-redux": "4.0.0",
"redux": "v3.0.2",
"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",
"eslint": "^1.10.3",
"babel-eslint": "^3.1.9",
"eslint-plugin-react": "^2.3.0",
"webpack-dev-server": "^1.8.2"
}
}