mirror of
https://github.com/multica-ai/multica.git
synced 2026-06-17 11:48:42 +02:00
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>
22 lines
478 B
JSON
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"
|
|
}
|
|
}
|