Files
ballistic-builder/components.json

21 lines
445 B
JSON
Raw Normal View History

2024-11-22 10:01:33 -05:00
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
2024-12-11 23:26:14 -05:00
"css": "@styles/globals.css",
2024-11-22 10:01:33 -05:00
"baseColor": "slate",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
2024-12-11 23:26:14 -05:00
"ui": "@components/ui",
2024-11-22 10:01:33 -05:00
"lib": "@/lib",
"hooks": "@/hooks"
},
"iconLibrary": "lucide"
}