-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.59 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
52
53
54
55
{
"name": "react-app",
"version": "0.5.0",
"description": "react app web h5",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --devtool eval --progress --hot",
"build": "NODE_ENV=production webpack --config webpack.build.config.js",
"static": "webpack --config webpack.static.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cycgit/react-app.git"
},
"author": "cyc",
"license": "MIT",
"bugs": {
"url": "https://github.com/cycgit/react-app/issues"
},
"dependencies": {
"babel-runtime": "^6.11.6",
"rc-animate": "^2.3.1",
"react": "^15.2.1",
"react-dom": "^15.2.1",
"react-redux": "^4.4.5",
"react-router": "^2.6.0",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0"
},
"devDependencies": {
"open-browser-webpack-plugin": "^0.0.2",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1",
"babel-loader": "^6.2.4",
"babel-core": "^6.11.4",
"babel-preset-es2015": "^6.9.0",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"shelljs": "^0.7.2",
"css-loader": "^0.23.1",
"style-loader": "^0.13.1",
"sass-loader": "^4.0.0",
"node-sass": "^3.8.0",
"postcss-loader": "^0.9.1",
"autoprefixer": "^6.3.7",
"extract-text-webpack-plugin": "^1.0.1",
"url-loader": "^0.5.7",
"file-loader": "^0.9.0",
"react-hot-loader": "^1.3.0",
"react-hot-api": "^0.5.0"
},
"homepage": "https://github.com/cycgit/react-app#readme"
}