-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
149 lines (149 loc) · 5.21 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"name": "MidWay",
"version": "1.1.0",
"description": "大数据平台部统一前端项目",
"private": true,
"scripts": {
"start:local": "webpack-dev-server --config=webpack.config.development.js --mode development",
"buildanalyze": "webpack --profile --json > stats.json",
"analyze": "webpack-bundle-analyzer stats.json",
"lint:style": "stylelint \"src/**/*.less\" --syntax less",
"lint": "eslint --ext .js src mock tests && npm run lint:style",
"lint:fix": "eslint --fix --ext .js src mock tests && npm run lint:style",
"lint:fix-server": "eslint --fix --ext .js server",
"lint:fix-css": "eslint --fix --ext .css src",
"test": "jest",
"test:all": "node ./tests/run-tests.js",
"build-stage": "cross-env NODE_ENV=production webpack --config=webpack.config.production.js --mode production",
"build-product": "cross-env NODE_ENV=production webpack --config=webpack.config.production.js --mode production",
"build-qa": "cross-env NODE_ENV=production webpack --config=webpack.config.production.js --mode production",
"start": "node ./server/index.js",
"webpack-build-development": "webpack --config=webpack.config.development.js --mode development",
"webpack-build-production": "cross-env NODE_ENV=production webpack --config=webpack.config.production.js --mode production",
"buildDll": "webpack --config=config.dll.js --mode production",
"dev": "webpack-dev-server --config=webpack.config.development.js --mode development"
},
"dependencies": {
"@antv/data-set": "^0.8.5",
"@antv/g2": "^3.0.5-beta.3",
"@antv/g6": "^1.2.5",
"@antv/g6-plugins": "^1.0.7",
"antd": "3.3.0",
"bizcharts": "^3.1.3-beta.1",
"bizcharts-plugin-slider": "^2.0.1",
"brace": "^0.11.1",
"classnames": "^2.2.5",
"clock-react": "^1.1.1",
"connect-redis": "^3.3.3",
"cookie-parser": "^1.4.3",
"copy-to-clipboard": "^3.0.8",
"crypto-js": "^3.1.9-1",
"dva": "^2.1.0",
"dva-loading": "^1.0.4",
"enquire-js": "^0.1.1",
"eslint-plugin-import": "^2.11.0",
"export-to-csv": "^0.1.1",
"express": "^4.16.2",
"express-session": "^1.15.6",
"fastclick": "^1.0.6",
"http-proxy-middleware": "^0.17.4",
"immutable": "^3.8.2",
"ioredis": "^3.2.2",
"jsoneditor-react": "^0.1.9",
"lodash": "^4.17.10",
"lodash-decorators": "^4.4.1",
"lodash.debounce": "^4.0.8",
"moment": "^2.19.1",
"monaco-editor": "^0.11.1",
"numeral": "^2.0.6",
"path-to-regexp": "^2.1.0",
"prop-types": "^15.5.10",
"qs": "^6.5.0",
"rc-drawer-menu": "^0.5.0",
"react": "^16.2.0",
"react-ace": "^6.0.0",
"react-beautiful-dnd": "^6.0.0",
"react-container-query": "^0.9.1",
"react-dnd": "^2.6.0",
"react-dnd-html5-backend": "^2.6.0",
"react-document-title": "^2.0.3",
"react-dom": "^16.2.0",
"react-dragger-r": "^0.0.12",
"react-fittext": "^1.0.0",
"react-router-dom": "^4.2.2",
"react-transition-group": "^2.2.1",
"redux": "^3.7.2",
"screenfull": "^3.3.2",
"source-map-support": "^0.5.5",
"url-polyfill": "^1.0.10",
"uuid": "^3.2.1",
"xml2js": "^0.4.19"
},
"devDependencies": {
"@webassemblyjs/ast": "^1.3.1",
"@webassemblyjs/wasm-edit": "^1.3.1",
"address": "^1.0.3",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-plugin-import": "^1.7.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-remove-console": "^6.9.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.26.0",
"body-parser": "^1.18.3",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.1",
"cross-env": "^5.1.1",
"cross-port-killer": "^1.0.1",
"css-loader": "^0.28.11",
"cssnano": "^3.10.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-compat": "^2.2.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"estraverse": "^4.2.0",
"file-loader": "^1.1.11",
"happypack": "^5.0.0-beta.4",
"hard-source-webpack-plugin": "^0.8.0",
"html-webpack-plugin": "^3.2.0",
"husky": "^1.0.0-rc.4",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.4.0",
"mockjs": "^1.0.1-beta3",
"optimize-css-assets-webpack-plugin": "^4.0.1",
"pro-download": "^1.0.1",
"redbox-react": "^1.5.0",
"redux-devtools": "^3.4.1",
"redux-devtools-dock-monitor": "^1.1.3",
"redux-devtools-log-monitor": "^1.4.0",
"regenerator-runtime": "^0.11.1",
"sass-loader": "^7.0.1",
"serve-index": "^1.9.1",
"style-loader": "^0.21.0",
"stylelint": "^9.2.0",
"stylelint-config-standard": "^18.2.0",
"type-is": "^1.6.15",
"uglifyjs-webpack-plugin": "^1.2.5",
"url-loader": "^1.0.1",
"webpack": "^4.8.1",
"webpack-bundle-analyzer": "^2.11.2",
"webpack-cli": "^2.1.3",
"webpack-dev-server": "^3.1.4"
},
"engines": {
"node": "8.9.4"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
]
}