Files
DetnalCare/components.json
Iliyan Angelov 39077550ef Dental Care
2025-11-16 14:29:51 +02:00

34 lines
820 B
JSON

{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "",
"css": "app/globals.css",
"baseColor": "zinc",
"cssVariables": true,
"prefix": ""
},
"iconLibrary": "lucide",
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"registries": {
"@acme": "https://registry.acme.com/{name}.json",
"@tailark": "https://tailark.com/r/{name}.json",
"@shadcnblocks": {
"url": "https://shadcnblocks.com/r/{name}",
"headers": {
"Authorization": "Bearer ${SHADCNBLOCKS_API_KEY}"
}
},
"@shadcnio": "https://www.shadcn.io/r/{name}.json",
"@reui": "https://reui.io/r/{name}.json"
}
}