-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.34 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.34 KB
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
{
"name": "dva001",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --mode development",
"build": "webpack --mode production",
"prebuild": "rimraf dist/*",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^1.0.0",
"hard-source-webpack-plugin": "^0.12.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.1",
"postcss": "^7.0.2",
"postcss-cli": "^6.0.0",
"postcss-cssnext": "^3.1.0",
"postcss-loader": "^2.1.6",
"precss": "^3.1.2",
"rimraf": "^2.6.2",
"transform-runtime": "^0.0.0",
"ts-loader": "^4.4.2",
"webpack": "^4.16.4",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
},
"dependencies": {
"@types/history": "^4.7.2",
"connected-react-router": "^6.3.1",
"history": "^4.7.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-redux": "^6.0.1",
"react-router": "^4.3.1",
"redux": "^4.0.1"
},
"browserslist": [
"> 1%",
"ie 9-10"
]
}