forked from slashhuang/mini-react-redux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.05 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
{
"name": "little-react-redux",
"version": "1.0.0",
"description": "react-redux research",
"main": "index.js",
"scripts": {
"start": "./node_modules/.bin/webpack-dev-server --progress --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/slashhuang/react-redux-annotation.git"
},
"keywords": [
"react-redux",
"react",
"redux"
],
"author": "slashhuang",
"license": "ISC",
"bugs": {
"url": "https://github.com/slashhuang/react-redux-annotation/issues"
},
"homepage": "https://github.com/slashhuang/react-redux-annotation#readme",
"dependencies": {
"react": "^15.0.2",
"react-dom": "^15.0.2",
"react-redux": "^4.4.5",
"react-router": "^2.4.0",
"redux": "^3.5.2"
},
"devDependencies": {
"babel-core": "^6.6.5",
"babel-loader": "^6.2.4",
"babel-plugin-transform-class-properties": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"react-hot-loader": "^1.3.0",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
}
}