kontenhumas-fe/components.json

17 lines
341 B
JSON
Raw Normal View History

2025-09-16 08:29:07 +00:00
{
"$schema": "https://ui.shadcn.com/schema.json",
2025-09-23 13:07:34 +00:00
"style": "default",
2025-09-16 08:29:07 +00:00
"rsc": true,
"tsx": true,
"tailwind": {
2025-09-23 13:07:34 +00:00
"config": "tailwind.config.ts",
2025-09-16 08:29:07 +00:00
"css": "app/globals.css",
2025-09-23 13:07:34 +00:00
"baseColor": "slate",
2025-09-16 08:29:07 +00:00
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
2025-09-23 13:07:34 +00:00
"utils": "@/lib/utils"
}
2025-09-16 08:29:07 +00:00
}