Skip to content

Commit

Permalink
feat: 1、新增antd-charts的使用,替换首页统计饼图
Browse files Browse the repository at this point in the history
  • Loading branch information
kangood committed Dec 13, 2023
1 parent 008592e commit 7c19ec3
Show file tree
Hide file tree
Showing 5 changed files with 749 additions and 147 deletions.
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"dependencies": {
"@ahooksjs/use-url-state": "^3.5.1",
"@ant-design/plots": "^2.1.1",
"@arco-design/web-react": "^2.47.0",
"@cloudbase/js-sdk": "^1.5.0",
"@commitlint/cli": "16.2.1",
Expand All @@ -42,8 +43,6 @@
"css-loader": "6.6.0",
"dayjs": "^1.11.7",
"deepmerge": "^4.3.1",
"echarts": "^5.4.2",
"echarts-for-react": "^3.0.2",
"highlight.js": "^11.7.0",
"husky": "4.3.8",
"less": "4.1.2",
Expand All @@ -63,20 +62,20 @@
},
"devDependencies": {
"@arco-plugins/vite-react": "^1.3.3",
"eslint": "8.10.0",
"eslint-config-alloy": "4.5.1",
"eslint-plugin-react": "7.29.3",
"eslint-plugin-simple-import-sort": "^7.0.0",
"postcss-loader": "6.2.1",
"postcss-preset-env": "7.4.1",
"@vitejs/plugin-react": "^4.0.3",
"@types/lodash": "^4.14.201",
"@types/marked": "^4.0.8",
"@types/react": "^17.0.40",
"@types/react-dom": "^18.2.17",
"@types/react-sticky": "^6.0.4",
"@typescript-eslint/eslint-plugin": "5.13.0",
"@typescript-eslint/parser": "5.13.0",
"@vitejs/plugin-react": "^4.0.3",
"eslint": "8.10.0",
"eslint-config-alloy": "4.5.1",
"eslint-plugin-react": "7.29.3",
"eslint-plugin-simple-import-sort": "^7.0.0",
"postcss-loader": "6.2.1",
"postcss-preset-env": "7.4.1",
"typescript": "^4.9.5",
"unplugin-icons": "^0.16.5",
"vite": "^4.4.4"
Expand Down
Loading

0 comments on commit 7c19ec3

Please sign in to comment.