write-ups-challenges-2024-2025/photos/frontend/components.json

22 lines
494 B
JSON
Raw Normal View History

2024-11-25 21:32:02 +00:00
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app/globals.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks",
"extension": "@/components/ui/extension"
},
"iconLibrary": "lucide"
}