-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.62 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
56
57
58
59
60
61
62
{
"name": "app",
"version": "1.0.0",
"description": "",
"main": "",
"dependencies": {
"antd": "^3.0.1",
"antd-mobile": "^2.1.3",
"autoprefixer": "^7.2.2",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"babelify": "^8.0.0",
"css-loader": "^0.28.7",
"express": "^4.16.2",
"fetch": "^1.1.0",
"html-webpack-plugin": "^2.30.1",
"mobx": "^3.4.1",
"mobx-react": "^4.3.5",
"path": "^0.12.7",
"postcss-import": "^11.0.0",
"postcss-loader": "^2.0.9",
"precss": "^2.0.0",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-app-rewire-less": "^2.1.0",
"react-dom": "^16.2.0",
"react-mixin": "^2.0.2",
"react-redux": "^5.0.6",
"react-responsive": "^4.0.3",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"style-loader": "^0.19.0",
"webpack-dev-server": "^2.9.7"
},
"devDependencies": {
"babel-plugin-import": "^1.6.3",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-stage-0": "^6.24.1",
"babili-webpack-plugin": "^0.1.2",
"jquery": "^3.2.1",
"less": "^2.7.3",
"webpack": "^3.10.0"
},
"babel": {
"plugins": [
"transform-decorators-legacy"
]
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --hot --inline --port 990"
},
"author": "",
"license": "ISC"
}