* reorganize folder structure * move folders from merge * fix import issue * run format * update configs
22 lines
472 B
JSON
22 lines
472 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "default",
|
|
"rsc": true,
|
|
"tsx": true,
|
|
"tailwind": {
|
|
"config": "tailwind.config.ts",
|
|
"css": "app/globals.css",
|
|
"baseColor": "neutral",
|
|
"cssVariables": true,
|
|
"prefix": ""
|
|
},
|
|
"iconLibrary": "lucide",
|
|
"aliases": {
|
|
"components": "components",
|
|
"utils": "lib/utils",
|
|
"ui": "components/ui"
|
|
},
|
|
"registries": {
|
|
"@magicui": "https://magicui.design/r/{name}.json"
|
|
}
|
|
}
|