-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
69 lines (69 loc) · 1.87 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
63
64
65
66
67
68
69
{
"name": "frame",
"version": "0.0.1",
"description": "React Antd demo",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp",
"build": "gulp build"
},
"keywords": [
"react",
"webpack",
"gulp"
],
"author": "zhuli",
"license": "MIT",
"devDependencies": {
"antd": "^3.0.1",
"autoprefixer": "^7.1.6",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.2",
"babel-loader": "^7.1.2",
"babel-plugin-import": "^1.6.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.7",
"echarts": "^3.8.2",
"eslint": "^4.10.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"gulp": "^3.9.1",
"html-webpack-plugin": "^2.30.1",
"jquery": "^3.2.1",
"json-loader": "^0.5.7",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"mobx": "^3.3.1",
"mobx-react": "^4.3.4",
"mockjs": "^1.0.1-beta3",
"open": "0.0.5",
"progress-bar-webpack-plugin": "^1.10.0",
"prop-types": "^15.6.0",
"react": "^16.1.0",
"react-amap": "^1.0.3",
"react-dom": "^16.1.0",
"react-hot-loader": "^3.1.2",
"react-router-dom": "^4.2.2",
"reconnectingwebsocket": "^1.0.0",
"style-loader": "^0.19.0",
"url-loader": "^0.6.2",
"vis": "^4.21.0",
"webpack": "^3.8.1",
"webpack-bundle-analyzer": "^2.9.1",
"webpack-dev-server": "^2.9.4",
"webpack-stream": "^4.0.0"
},
"dependencies": {
"gojs": "^1.8.6"
}
}