infoalloggi-monorepo/apps/infoalloggi/components.json

22 lines
406 B
JSON
Raw Normal View History

2025-08-04 17:45:44 +02:00
{
2025-08-29 16:18:32 +02:00
"$schema": "https://ui.shadcn.com/schema.json",
"aliases": {
"components": "~/components",
"hooks": "~/hooks",
"lib": "~/lib",
"ui": "~/components/ui",
"utils": "~/lib/utils"
},
"iconLibrary": "lucide",
"rsc": false,
"style": "new-york",
"tailwind": {
"baseColor": "neutral",
"config": "",
"css": "src/styles/globals.css",
2025-08-29 16:18:32 +02:00
"cssVariables": true,
"prefix": ""
},
"tsx": true
}