chore: 清理未使用的依赖

移除以下未使用的 npm 依赖:
 - fullcalendar(仅 CSS 引用,已删除相关 SCSS)
 - @splidejs/react-splide
 - @tanstack/react-virtual
 - @tippyjs/react
 - react-custom-scrollbars-2
 - react-force-graph-3d
 - react-just-parallax
 - react-responsive
 - react-scroll-into-view
 - recharts
 - styled-components

 同时清理:
 - craco.config.js 中的 @fullcalendar 分包配置
 - SCSS 中的 fullcalendar 样式文件和 import
This commit is contained in:
zdl
2025-12-24 18:13:08 +08:00
parent ef7f266e72
commit cac4f06c03
5 changed files with 2 additions and 1545 deletions

View File

@@ -74,9 +74,9 @@ module.exports = {
priority: 20,
reuseExistingChunk: true,
},
// 日期/日历
// 日期库
calendar: {
test: /[\\/]node_modules[\\/](dayjs|date-fns|@fullcalendar)[\\/]/,
test: /[\\/]node_modules[\\/](dayjs|date-fns)[\\/]/,
name: 'calendar-lib',
priority: 18,
reuseExistingChunk: true,