chatbot-template/components.json

21 lines
402 B
JSON
Raw Normal View History

2024-03-14 20:00:52 +03:00
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "radix-maia",
2024-03-14 20:00:52 +03:00
"rsc": true,
"tsx": true,
"tailwind": {
2025-09-09 15:44:07 -04:00
"config": "",
2024-03-14 20:00:52 +03:00
"css": "app/globals.css",
"baseColor": "neutral",
2024-03-14 20:00:52 +03:00
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
2024-10-11 18:00:22 +05:30
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
2024-03-14 20:00:52 +03:00
}
}