-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·55 lines (55 loc) · 1.53 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.1.0",
"private": true,
"dependencies": {
"async": "^2.6.0",
"axios": "^0.18.0",
"compression": "^1.7.2",
"express": "^4.16.3",
"express-minify": "^1.0.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4",
"react-scroll": "^1.7.9",
"react-transition-group": "^2.3.1",
"redux": "^4.0.0",
"redux-async-await": "^1.0.1",
"redux-async-render": "^0.2.2",
"redux-form": "^7.3.0",
"redux-logger": "^3.0.6",
"redux-promise": "^0.6.0",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-css-in-js": "^1.5.1",
"babel-plugin-css-modules-transform": "^1.2.7",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^0.28.7",
"file-loader": "^0.11.2",
"html-webpack-exclude-assets-plugin": "0.0.5",
"ignore-loader": "^0.1.2",
"node-sass": "^4.5.0",
"npm-run-all": "^4.0.2",
"react-router-dom": "^4.0.0",
"react-scripts": "^0.9.0",
"redux-devtools": "^3.3.2",
"style-loader": "^0.18.2",
"to-string-loader": "^1.1.5",
"url-loader": "^0.5.9"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}