fix:merge
Showing
| ... | ... | @@ -4,6 +4,8 @@ |
| "private": true, | ||
| "homepage": "./", | ||
| "dependencies": { | ||
| "@antv/data-set": "^0.11.8", | ||
| "@antv/g2": "^3.5.13", | ||
| "@babel/core": "7.9.0", | ||
| "@babel/plugin-transform-typescript": "^7.11.0", | ||
| "@babel/preset-typescript": "^7.10.4", | ||
| ... | ... | @@ -29,6 +31,7 @@ |
| "babel-plugin-jsx-control-statements": "^4.1.0", | ||
| "babel-plugin-named-asset-import": "^0.3.6", | ||
| "babel-preset-react-app": "^9.1.2", | ||
| "bizcharts": "^4.1.7", | ||
| "camelcase": "^5.3.1", | ||
| "case-sensitive-paths-webpack-plugin": "2.3.0", | ||
| "classnames": "^2.2.6", | ||
| ... | ... | @@ -60,9 +63,10 @@ |
| "jquery": "^3.4.1", | ||
| "less": "^3.12.2", | ||
| "less-loader": "^6.2.0", | ||
| "lottie-web": "^5.7.6", | ||
| "microevent": "^1.0.0", | ||
| "mini-css-extract-plugin": "0.9.0", | ||
| "moment": "^2.20.1", | ||
| "moment": "^2.27.0", | ||
| "optimize-css-assets-webpack-plugin": "5.0.3", | ||
| "photoclip": "^3.4.8", | ||
| "pnp-webpack-plugin": "1.6.4", | ||
| ... | ... | @@ -79,6 +83,7 @@ |
| "react-dev-utils": "^10.2.1", | ||
| "react-dom": "^16.13.1", | ||
| "react-infinite-scroller": "^1.2.4", | ||
| "react-lottie": "^1.2.3", | ||
| "react-router-dom": "^5.2.0", | ||
| "react-sortable-hoc": "^1.11.0", | ||
| "resolve": "1.15.0", | ||
| ... | ... | @@ -133,6 +138,7 @@ |
| "@types/ali-oss": "^6.0.5", | ||
| "@types/jquery": "^3.5.4", | ||
| "ali-oss": "^6.12.0", | ||
| "react-sortable-hoc": "^1.11.0" | ||
| "react-sortable-hoc": "^1.11.0", | ||
| "vconsole-webpack-plugin": "^1.5.2" | ||
| } | ||
| } |
src/modules/home/Home.jsx
0 → 100644
This diff is collapsed.
Click to expand it.
src/modules/home/Home.less
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment