chore: 移除 ApexCharts 依赖
- 删除 apexcharts 和 react-apexcharts 包 - 所有图表已迁移到 ECharts,不再需要 ApexCharts 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
14
package.json
14
package.json
@@ -24,29 +24,20 @@
|
|||||||
"@visx/visx": "^3.12.0",
|
"@visx/visx": "^3.12.0",
|
||||||
"@visx/wordcloud": "^3.12.0",
|
"@visx/wordcloud": "^3.12.0",
|
||||||
"antd": "^5.27.4",
|
"antd": "^5.27.4",
|
||||||
"apexcharts": "^3.27.3",
|
|
||||||
"axios": "^1.10.0",
|
"axios": "^1.10.0",
|
||||||
"classnames": "^2.5.1",
|
"classnames": "^2.5.1",
|
||||||
"craco-less": "^3.0.1",
|
"craco-less": "^3.0.1",
|
||||||
"d3": "^7.9.0",
|
|
||||||
"date-fns": "^2.23.0",
|
|
||||||
"dayjs": "^1.11.19",
|
"dayjs": "^1.11.19",
|
||||||
"draft-js": "^0.11.7",
|
|
||||||
"echarts": "^5.6.0",
|
"echarts": "^5.6.0",
|
||||||
"echarts-for-react": "^3.0.2",
|
"echarts-for-react": "^3.0.2",
|
||||||
"echarts-wordcloud": "^2.1.0",
|
"echarts-wordcloud": "^2.1.0",
|
||||||
"framer-motion": "^12.23.24",
|
"framer-motion": "^12.23.24",
|
||||||
"fullcalendar": "^5.9.0",
|
"fullcalendar": "^5.9.0",
|
||||||
"globalize": "^1.7.0",
|
|
||||||
"history": "^5.3.0",
|
"history": "^5.3.0",
|
||||||
"klinecharts": "^10.0.0-beta1",
|
"klinecharts": "^10.0.0-beta1",
|
||||||
"lucide-react": "^0.540.0",
|
"lucide-react": "^0.540.0",
|
||||||
"match-sorter": "6.3.0",
|
|
||||||
"nouislider": "15.0.0",
|
|
||||||
"posthog-js": "^1.295.0",
|
"posthog-js": "^1.295.0",
|
||||||
"react": "^19.0.0",
|
"react": "^19.0.0",
|
||||||
"react-apexcharts": "^1.3.9",
|
|
||||||
"react-circular-slider-svg": "^0.1.5",
|
|
||||||
"react-custom-scrollbars-2": "^4.4.0",
|
"react-custom-scrollbars-2": "^4.4.0",
|
||||||
"react-dom": "^19.0.0",
|
"react-dom": "^19.0.0",
|
||||||
"react-force-graph-3d": "^1.29.0",
|
"react-force-graph-3d": "^1.29.0",
|
||||||
@@ -58,16 +49,12 @@
|
|||||||
"react-markdown": "^10.1.0",
|
"react-markdown": "^10.1.0",
|
||||||
"react-redux": "^9.2.0",
|
"react-redux": "^9.2.0",
|
||||||
"react-responsive": "^10.0.1",
|
"react-responsive": "^10.0.1",
|
||||||
"react-responsive-masonry": "^2.7.1",
|
|
||||||
"react-router-dom": "^6.30.1",
|
"react-router-dom": "^6.30.1",
|
||||||
"react-scripts": "^5.0.1",
|
"react-scripts": "^5.0.1",
|
||||||
"react-scroll": "^1.8.4",
|
"react-scroll": "^1.8.4",
|
||||||
"react-scroll-into-view": "^2.1.3",
|
"react-scroll-into-view": "^2.1.3",
|
||||||
"react-table": "^7.7.0",
|
"react-table": "^7.7.0",
|
||||||
"react-tagsinput": "3.19.0",
|
|
||||||
"react-to-print": "^3.0.3",
|
"react-to-print": "^3.0.3",
|
||||||
"react-tsparticles": "^2.12.2",
|
|
||||||
"reagraph": "^4.27.0",
|
|
||||||
"recharts": "^3.1.2",
|
"recharts": "^3.1.2",
|
||||||
"remark-gfm": "^4.0.1",
|
"remark-gfm": "^4.0.1",
|
||||||
"sass": "^1.49.9",
|
"sass": "^1.49.9",
|
||||||
@@ -75,7 +62,6 @@
|
|||||||
"styled-components": "^5.3.11",
|
"styled-components": "^5.3.11",
|
||||||
"stylis": "^4.0.10",
|
"stylis": "^4.0.10",
|
||||||
"stylis-plugin-rtl": "^2.1.1",
|
"stylis-plugin-rtl": "^2.1.1",
|
||||||
"three": "^0.181.2",
|
|
||||||
"typescript": "^5.9.3"
|
"typescript": "^5.9.3"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
|
|||||||
Reference in New Issue
Block a user