Files
archived-spongebin/components.json
DuroCodes e7a833f153 feat: v2
2025-04-20 21:44:08 -04:00

22 lines
432 B
JSON

{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "",
"css": "src/app/globals.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "~/components",
"utils": "~/utils/cn",
"ui": "~/components/ui",
"lib": "~/utils",
"hooks": "~/hooks"
},
"iconLibrary": "lucide"
}