mirror of
https://github.com/runbear-io/beardrive.git
synced 2026-08-25 08:08:08 +02:00
Tailwind v4 via @tailwindcss/vite, theme+utilities only (no preflight) so legacy style.css keeps owning base styles during migration; BearDrive tokens mapped into @theme incl. shadcn semantic slots (primary=honey, popover=raise…). shadcn components copied in (button, tooltip, dropdown-menu, dialog, select, command, sonner, input, label, form, table) with radix-ui/cmdk/sonner/cva; sonner pinned dark (next-themes dropped). Stack A libs installed: react-virtual, react-table, react-hook-form + zod. 50/50 e2e unchanged. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VbiaaVM2ACxeRi8ySG9ybc
40 lines
1005 B
JSON
40 lines
1005 B
JSON
{
|
|
"name": "beardrive-frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"e2e": "playwright test -c e2e"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^5.4.0",
|
|
"@tanstack/react-query": "^5.90.0",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"@tanstack/react-virtual": "^3.14.6",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"lucide-react": "^1.25.0",
|
|
"radix-ui": "^1.6.2",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"react-hook-form": "^7.82.0",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.6.0",
|
|
"zod": "^4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "1.61.1",
|
|
"@tailwindcss/vite": "^4.3.3",
|
|
"@types/react": "^19.2.0",
|
|
"@types/react-dom": "^19.2.0",
|
|
"@vitejs/plugin-react": "^5.0.0",
|
|
"tailwindcss": "^4.3.3",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "~5.9.0",
|
|
"vite": "^7.1.0"
|
|
}
|
|
}
|