Replace local UI component and utility imports with @multica/ui subpath imports. Remove old components/ui/ directory, lib/utils.ts, and globals.css. Configure postcss, next.config, and tsconfig for monorepo UI package consumption. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
22 lines
504 B
JSON
22 lines
504 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "base-nova",
|
|
"rsc": true,
|
|
"tsx": true,
|
|
"tailwind": {
|
|
"config": "",
|
|
"css": "../../packages/ui/src/styles/globals.css",
|
|
"baseColor": "zinc",
|
|
"cssVariables": true
|
|
},
|
|
"iconLibrary": "hugeicons",
|
|
"aliases": {
|
|
"components": "@/components",
|
|
"hooks": "@/hooks",
|
|
"lib": "@/lib",
|
|
"utils": "@multica/ui/lib/utils",
|
|
"ui": "@multica/ui/components"
|
|
},
|
|
"menuColor": "default",
|
|
"menuAccent": "subtle"
|
|
}
|