Files
yunrui_asset/frontend/package.json
T

33 lines
771 B
JSON
Raw Normal View History

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",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^6.1.0",
"antd": "^5.8.6",
"axios": "^1.5.0",
"dayjs": "^1.11.19",
2025-12-18 10:45:13 +08:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.15.0",
"three": "^0.160.0",
"xlsx": "^0.18.5"
2025-12-18 10:45:13 +08:00
},
"devDependencies": {
"@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",
"jsdom": "^27.3.0",
"terser": "^5.44.1",
"vite": "^4.4.9",
"vitest": "^4.0.16"
2025-12-18 10:45:13 +08:00
}
}