Files
multica/packages/ui/components.json
Naiyuan Qing 303a4b3144 chore(ui): configure shadcn at packages/ui level
Add components.json to packages/ui so shadcn components can be installed
directly into the shared UI package instead of going through apps/web.
Add a root pnpm ui:add script as the canonical install command.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-10 11:33:49 +08:00

22 lines
478 B
JSON

{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "base-nova",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "",
"css": "styles/tokens.css",
"baseColor": "zinc",
"cssVariables": true,
"prefix": ""
},
"iconLibrary": "lucide",
"aliases": {
"components": "@multica/ui/components",
"ui": "@multica/ui/components/ui",
"hooks": "@multica/ui/hooks",
"lib": "@multica/ui/lib",
"utils": "@multica/ui/lib/utils"
}
}