Files
training/frontend/package.json

34 lines
830 B
JSON
Raw Normal View History

2026-07-27 23:20:12 +08:00
{
"name": "training-frontend",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc --noEmit -p tsconfig.app.json && tsc --noEmit -p tsconfig.node.json && vite build",
2026-07-28 12:52:36 +08:00
"preview": "vite preview",
"test": "vitest run"
2026-07-27 23:20:12 +08:00
},
"dependencies": {
2026-07-28 12:52:36 +08:00
"classnames": "^2.5.1",
"lucide-react": "^0.468.0",
2026-07-27 23:20:12 +08:00
"react": "^18.3.1",
2026-07-28 12:52:36 +08:00
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0",
"zustand": "^5.0.2"
2026-07-27 23:20:12 +08:00
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
2026-07-28 12:52:36 +08:00
"autoprefixer": "^10.4.20",
"jsdom": "^25.0.1",
"postcss": "^8.4.49",
"sass": "^1.83.4",
"tailwindcss": "^3.4.17",
2026-07-27 23:20:12 +08:00
"typescript": "^5.6.3",
2026-07-28 12:52:36 +08:00
"vite": "^5.4.10",
"vitest": "^2.1.8"
2026-07-27 23:20:12 +08:00
}
}