-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
executable file
·102 lines (102 loc) · 3.16 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "porter-ui",
"version": "3.0.2",
"description": "数据同步前端界面",
"author": "sxfad",
"private": true,
"scripts": {
"dll": "webpack --config ./builder/webpack.dll.conf.js",
"dev": "yarn run dll && cross-env NODE_ENV=development HTTP_PORT=8081 node ./builder/dev-server.js",
"start": "yarn dev",
"build": "cross-env NODE_ENV=production node ./builder/build.js"
},
"dependencies": {
"acorn-dynamic-import": "^2.0.2",
"antd": "^2.9.0",
"axios": "^0.16.1",
"axios-mock-adapter": "^1.8.1",
"babel-polyfill": "6.23.0",
"browserslist": "^2.2.2",
"classnames": "^2.2.5",
"cropperjs": "^1.0.0-rc",
"echarts": "^4.0.4",
"echarts-for-react": "^2.0.8",
"flux-standard-action": "^1.2.0",
"history": "3.2.1",
"jsoneditor": "^5.25.0",
"jszip": "^3.1.3",
"lodash": "^4.14.2",
"mockjs": "^1.0.1-beta3",
"moment": "^2.19.3",
"nprogress": "^0.2.0",
"ora": "^3.4.0",
"prop-types": "^15.5.8",
"query-string": "^4.2.2",
"react": "15.4.2",
"react-css-modules": "^4.3.0",
"react-dom": "15.4.2",
"react-redux": "^5.0.3",
"react-router": "^3.0.2",
"recharts": "^1.0.0-beta.6",
"redux": "^3.6.0",
"redux-actions": "^2.0.1",
"redux-logger": "^3.0.0",
"redux-thunk": "^2.2.0",
"redux-undo": "^0.6.1",
"uuid": "^3.0.1",
"vis": "^4.21.0",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"add-asset-html-webpack-plugin": "^2.0.1",
"autoprefixer": "^7.1.1",
"autoprefixer-core": "^6.0.1",
"babel-core": "^6.24.0",
"babel-eslint": "^7.1.1",
"babel-loader": "7.0.0",
"babel-plugin-import": "^1.1.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.2.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"connect-history-api-fallback": "^1.3.0",
"cross-env": "^5.0.0",
"css-loader": "^0.28.2",
"cssnext": "^1.8.4",
"eslint": "^3.2.2",
"eslint-config-airbnb": "^10.0.0",
"eslint-friendly-formatter": "^2.0.5",
"eslint-loader": "^1.3.0",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-html": "^1.3.0",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^2.1.0",
"eslint-plugin-react": "^6.0.0",
"eslint-tinker": "^0.3.2",
"eventsource-polyfill": "^0.9.6",
"express": "^4.15.3",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"happypack": "^3.1.0",
"html-webpack-plugin": "^2.28.0",
"http-proxy-middleware": "^0.17.4",
"less": "^2.7.2",
"less-loader": "^4.0.3",
"postcss": "^6.0.1",
"postcss-cssnext": "^2.11.0",
"postcss-import": "^10.0.0",
"postcss-loader": "^2.0.5",
"style-loader": "^0.18.0",
"url-loader": "^0.5.8",
"webpack": "^2.5.1",
"webpack-dev-middleware": "^1.10.2",
"webpack-hot-middleware": "^2.18.0",
"webpack-merge": "^4.1.0",
"webpack-uglify-parallel": "^0.1.3"
}
}