-
Notifications
You must be signed in to change notification settings - Fork 99
/
Copy pathpackage.json
49 lines (49 loc) · 1.27 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
{
"name": "react-theme",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"prod": "webpack -p",
"watch": "webpack --watch"
},
"keywords": [],
"author": "",
"license": "GPL-2.0",
"dependencies": {
"autoprefixer": "^7.1",
"axios": "^0.17",
"babel-core": "^6.26",
"babel-loader": "^7.1",
"babel-polyfill": "^6.26",
"babel-preset-env": "^1.6",
"babel-preset-minify": "^0.2",
"babel-preset-react": "^6.24",
"babel-preset-stage-2": "^6.24",
"caniuse-lite": "^1.0",
"connected-react-router": "^4.3",
"css-loader": "^0.28",
"cssnano": "^3.10",
"extract-text-webpack-plugin": "^3.0",
"history": "^4.6",
"node-sass": "^4.7",
"postcss-cssnext": "^3.0",
"postcss-import": "^11.0",
"postcss-loader": "^2.0",
"react": "^16.2",
"react-addons-css-transition-group": "^15.6",
"react-dom": "^16.2",
"react-redux": "^5.0",
"react-router": "^4.2",
"react-router-dom": "^4.2",
"redux": "^3.7",
"redux-logger": "^3.0",
"redux-promise-middleware": "^5.0",
"redux-thunk": "^2.2",
"sass-loader": "^6.0",
"style-loader": "^0.19",
"webpack": "^3.10"
}
}