-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.08 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
{
"name": "reactreduxsampleapp",
"version": "0.0.1",
"description": "A sample react+redux application with list of article. And clicking on them will open the expanded view.",
"main": "index.js",
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"history": "^4.7.2",
"material-ui": "^1.0.0-beta.38",
"material-ui-icons": "^1.0.0-beta.36",
"prop-types": "^15.6.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-redux": "^4.0.8",
"redux": "^3.7.1",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.5.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"html-webpack-plugin": "^2.29.0",
"path": "^0.12.7",
"uglifyjs-webpack-plugin": "^1.2.4",
"webpack": "^3.0.0",
"webpack-dev-server": "^2.5.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack && webpack-dev-server"
}
}