-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
111 lines (111 loc) · 3.32 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
{
"name": "react-multi-page-app",
"version": "1.3.0",
"description": "react-webpack4",
"main": "index.js",
"scripts": {
"install:tyarn": "tyarn install",
"remove": "rimraf node_modules",
"dev": "webpack-dev-server --mode development --devtool inline-source-map --hot",
"server": "node server/server.js",
"build:dist": "webpack --mode production"
},
"author": "leinov",
"license": "MIT",
"devDependencies": {
"76": "^0.0.4",
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-syntax-decorators": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.4",
"babel-preset-react": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"cross-env": "^5.2.0",
"css-loader": "^1.0.0",
"extract-text-webpack-plugin": "^4.0.0-alpha.0",
"file-loader": "^2.0.0",
"glob": "^7.1.3",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.3",
"mobx-react-devtools": "^6.1.1",
"node-sass": "^4.9.3",
"opn": "^5.4.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"uglifyjs-webpack-plugin": "^2.0.1",
"url-loader": "^1.1.1",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9"
},
"dependencies": {
"@antv/data-set": "^0.10.2",
"@antv/g2": "^3.5.7",
"@vx/group": "^0.0.190",
"@vx/mock-data": "^0.0.189",
"@vx/scale": "^0.0.190",
"@vx/shape": "^0.0.190",
"antd": "^3.20.7",
"antd-doddle": "^1.1.0",
"antd-password-input-strength": "^1.1.1",
"bizcharts": "^3.5.4",
"browserslist": "^4.6.6",
"bulma": "^0.7.1",
"caniuse-lite": "^1.0.30000989",
"d3": "^5.9.2",
"echarts": "^4.2.1",
"echarts-for-react": "^2.0.15-beta.0",
"echarts-gl": "^1.1.1",
"echarts-liquidfill": "^2.0.5",
"emotion": "^10.0.9",
"express": "^4.16.3",
"formik": "^1.5.8",
"friendly-errors-webpack-plugin": "^1.7.0",
"fs": "^0.0.1-security",
"g2": "^2.3.13",
"g2-react": "^1.3.2",
"html2canvas": "^1.0.0-rc.3",
"immutable": "^4.0.0-rc.12",
"less": "^3.10.1",
"less-loader": "^5.0.0",
"lodash": "^4.17.15",
"md5": "^2.2.1",
"mobx": "^5.8.0",
"mobx-react": "^5.4.3",
"moment": "^2.24.0",
"node-notifier": "^5.4.0",
"normalize.css": "^8.0.1",
"pdfkit": "^0.10.0",
"prop-types": "^15.7.2",
"react": "^16.7.0",
"react-amap": "^1.2.8",
"react-amap-plugin-heatmap": "^0.0.7",
"react-cache": "^2.0.0-alpha.1",
"react-dom": "^16.7.0",
"react-hanger": "^2.1.0",
"react-hook-form": "^3.21.6",
"react-redux": "^6.0.0",
"react-router-dom": "^5.0.1",
"react-scrollbar": "^0.5.6",
"react-to-print": "^2.2.1",
"react-use": "^10.5.0",
"react-use-calendar": "^1.0.0",
"react-use-clipboard": "0.1.4",
"redux": "^4.0.1",
"redux-immutable": "^4.0.0",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"sunflower-antd": "^0.1.0",
"use-dark-mode": "^2.3.1",
"use-force-update": "^1.0.7",
"use-http": "^0.1.79",
"use-undo": "^1.0.1"
}
}