Files
TaskPool/web/package.json
T
admin e734026078
Build-Deploy-Server / build (base, debian, ) (push) Failing after 3m7s
Build-Docker-ARM64 / build (base, debian, ) (push) Failing after 23s
Build-Docker-ARM64 / build (base-debian13, debian13, -debian13) (push) Failing after 10s
Build-Docker-ARM64 / build (base-minimal, minimal, -minimal) (push) Failing after 10s
Deploy VitePress to Pages / build (push) Has been cancelled
Deploy VitePress to Pages / Deploy (push) Has been cancelled
refactor: migrate frontend from Vue 3 to React 19
- Replace Vue 3 with React 19
- Use TanStack Router and Query
- MoonShadow-inspired layout with sidebar navigation
- Lucide icons (stroke-width: 1.5)
- Framer Motion animations
- Theme support (dark/light)
- Vite 7 + pnpm build system
2026-07-19 12:36:47 +00:00

35 lines
833 B
JSON

{
"name": "taskpool-web",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-query": "^5.80.0",
"@tanstack/react-router": "^1.120.0",
"@tanstack/react-table": "^8.21.0",
"@xterm/xterm": "^5.5.0",
"framer-motion": "^12.0.0",
"lucide-react": "^0.525.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"recharts": "^2.15.0",
"zustand": "^5.0.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0",
"@vitejs/plugin-react": "^6.0.3",
"autoprefixer": "^10.4.0",
"postcss": "^8.5.0",
"tailwindcss": "^4.1.0",
"typescript": "^5.9.0",
"vite": "^8.1.5"
}
}