WebChat/components.json

17 lines
331 B
JSON
Raw Normal View History

2023-07-11 20:22:57 +00:00
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
2023-11-04 18:18:09 +00:00
"css": "@/assets/style.css",
2023-07-11 20:22:57 +00:00
"baseColor": "slate",
"cssVariables": true
},
"aliases": {
"components": "@/components",
2023-07-14 12:04:51 +00:00
"utils": "@/utils/index"
2023-07-11 20:22:57 +00:00
}
}