2025-12-18 10:45:13 +08:00
|
|
|
{
|
|
|
|
|
"name": "idc-frontend",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "IDC设备管理系统前端",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "vite",
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "vite build",
|
2026-02-10 11:04:01 +08:00
|
|
|
"preview": "vite preview",
|
|
|
|
|
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
|
|
|
|
|
"lint:fix": "eslint . --ext js,jsx --fix",
|
|
|
|
|
"format": "prettier --write \"src/**/*.{js,jsx,css,json}\"",
|
|
|
|
|
"format:check": "prettier --check \"src/**/*.{js,jsx,css,json}\""
|
2025-12-18 10:45:13 +08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@ant-design/icons": "^6.1.0",
|
2026-01-26 17:21:20 +08:00
|
|
|
"@react-three/drei": "^9.122.0",
|
|
|
|
|
"@react-three/fiber": "^8.18.0",
|
2025-12-18 10:45:13 +08:00
|
|
|
"antd": "^5.8.6",
|
2026-03-13 22:11:34 +08:00
|
|
|
"axios": "^1.13.6",
|
2025-12-24 16:44:27 +08:00
|
|
|
"dayjs": "^1.11.19",
|
2026-02-12 16:29:19 +08:00
|
|
|
"framer-motion": "^12.34.0",
|
2026-03-29 10:06:32 +08:00
|
|
|
"html2canvas": "^1.4.1",
|
2026-01-23 09:06:40 +08:00
|
|
|
"papaparse": "^5.5.3",
|
2025-12-18 10:45:13 +08:00
|
|
|
"react": "^18.2.0",
|
|
|
|
|
"react-dom": "^18.2.0",
|
2025-12-20 08:20:51 +08:00
|
|
|
"react-router-dom": "^6.15.0",
|
2026-03-24 17:10:38 +08:00
|
|
|
"react-transition-group": "^4.4.5",
|
2026-03-29 10:40:33 +08:00
|
|
|
"react-virtualized-auto-sizer": "^2.0.3",
|
|
|
|
|
"react-window": "^2.2.7",
|
2026-03-29 10:06:32 +08:00
|
|
|
"reactflow": "^11.11.4",
|
2026-02-12 16:29:19 +08:00
|
|
|
"styled-components": "^6.3.9",
|
2026-02-25 14:31:03 +08:00
|
|
|
"swr": "^2.4.0",
|
2026-03-13 22:11:34 +08:00
|
|
|
"three": "^0.183.2",
|
2025-12-22 08:59:44 +08:00
|
|
|
"xlsx": "^0.18.5"
|
2025-12-18 10:45:13 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-12-25 16:49:00 +08:00
|
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
|
|
|
"@testing-library/react": "^16.3.1",
|
|
|
|
|
"@testing-library/user-event": "^14.6.1",
|
2025-12-18 10:45:13 +08:00
|
|
|
"@vitejs/plugin-react": "^4.0.3",
|
2026-02-10 11:04:01 +08:00
|
|
|
"eslint": "^9.39.2",
|
|
|
|
|
"eslint-config-prettier": "^10.1.8",
|
|
|
|
|
"eslint-plugin-prettier": "^5.5.5",
|
|
|
|
|
"eslint-plugin-react": "^7.37.5",
|
|
|
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
|
|
|
"eslint-plugin-react-refresh": "^0.5.0",
|
2025-12-25 16:49:00 +08:00
|
|
|
"jsdom": "^27.3.0",
|
2026-02-10 11:04:01 +08:00
|
|
|
"prettier": "^3.8.1",
|
2025-12-26 16:28:15 +08:00
|
|
|
"terser": "^5.44.1",
|
2026-02-25 14:31:03 +08:00
|
|
|
"unplugin-auto-import": "^21.0.0",
|
|
|
|
|
"unplugin-icons": "^23.0.1",
|
|
|
|
|
"unplugin-vue-components": "^31.0.0",
|
2025-12-25 16:49:00 +08:00
|
|
|
"vite": "^4.4.9",
|
|
|
|
|
"vitest": "^4.0.16"
|
2025-12-18 10:45:13 +08:00
|
|
|
}
|
|
|
|
|
}
|