2026-09-09 10:29:08 +08:00
|
|
|
{
|
|
|
|
|
"name": "web",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "tsc -b && vite build",
|
|
|
|
|
"lint": "oxlint",
|
|
|
|
|
"preview": "vite preview",
|
|
|
|
|
"test": "vitest run"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-09-09 15:50:33 +08:00
|
|
|
"@ant-design/charts": "^2.6.7",
|
2026-09-09 10:29:08 +08:00
|
|
|
"@ant-design/icons": "^6.3.4",
|
|
|
|
|
"antd": "^6.6.3",
|
|
|
|
|
"react": "^19.2.8",
|
|
|
|
|
"react-dom": "^19.2.8",
|
|
|
|
|
"react-router-dom": "^7.18.3"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-09-09 18:32:00 +08:00
|
|
|
"@tailwindcss/vite": "^4.3.3",
|
2026-09-09 10:29:08 +08:00
|
|
|
"@testing-library/jest-dom": "^7.0.1",
|
|
|
|
|
"@testing-library/react": "^16.3.3",
|
|
|
|
|
"@types/node": "^24.13.3",
|
|
|
|
|
"@types/react": "^19.2.18",
|
|
|
|
|
"@types/react-dom": "^19.2.4",
|
|
|
|
|
"@vitejs/plugin-react": "^6.1.0",
|
|
|
|
|
"jsdom": "^30.0.1",
|
|
|
|
|
"oxlint": "^1.79.0",
|
2026-09-09 18:32:00 +08:00
|
|
|
"tailwindcss": "^4.3.3",
|
2026-09-09 10:29:08 +08:00
|
|
|
"typescript": "~6.0.2",
|
|
|
|
|
"vite": "^8.2.2",
|
|
|
|
|
"vitest": "^5.0.0"
|
|
|
|
|
}
|
|
|
|
|
}
|