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
22 lines
423 B
JSON
22 lines
423 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "new-york",
|
|
"rsc": false,
|
|
"tsx": true,
|
|
"tailwind": {
|
|
"config": "",
|
|
"css": "src/tw.css",
|
|
"baseColor": "neutral",
|
|
"cssVariables": true,
|
|
"prefix": ""
|
|
},
|
|
"iconLibrary": "lucide",
|
|
"aliases": {
|
|
"components": "@/components",
|
|
"utils": "@/lib/utils",
|
|
"ui": "@/components/ui",
|
|
"lib": "@/lib",
|
|
"hooks": "@/hooks"
|
|
}
|
|
}
|