-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.36 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
{
"name": "redux-demo-example",
"version": "1.0.0",
"description": "",
"main": "arguments.js",
"scripts": {
"release:product": "gulp --mode product",
"release:pre": "gulp --mode pre",
"release:daily": "gulp --mode daily",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "BABEL_ENV=hot node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"connect": "^3.5.0",
"easy-pipe-proxy": "0.0.9",
"serve-static": "^1.11.1"
},
"devDependencies": {
"antd": "^1.11.1",
"babel-core": "^6.3.15",
"babel-loader": "^6.2.0",
"babel-plugin-antd": "^0.5.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-2": "^6.13.0",
"css-loader": "^0.25.0",
"easyasync": "^1.0.3",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-jade": "^1.1.0",
"jade": "^1.11.0",
"jsdom": "^5.6.1",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"mocha": "^2.2.5",
"react": "15.3.1",
"react-addons-test-utils": "^0.14.7",
"react-dom": "15.3.1",
"react-perf-tool": "^0.1.5",
"react-redux": "^4.2.1",
"redux": "^3.2.1",
"redux-thunk": "^2.1.0",
"style-loader": "^0.13.1",
"webpack": "^1.9.11",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.9.1"
}
}