Files
portabase/components.json
T

25 lines
512 B
JSON
Raw Normal View History

2024-11-03 11:30:44 +01:00
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "app/globals.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
2025-11-08 20:07:49 +01:00
"iconLibrary": "radix",
2024-11-03 11:30:44 +01:00
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
2025-11-08 20:07:49 +01:00
},
"registries": {
"@reui": "https://reui.io/r/{name}.json"
2024-11-03 11:30:44 +01:00
}
2025-11-08 20:07:49 +01:00
}