cozynet/components.json

18 lines
346 B
JSON
Raw Permalink Normal View History

2023-12-08 18:25:54 +00:00
{
"$schema": "https://ui.shadcn.com/schema.json",
2024-01-07 22:07:20 +00:00
"style": "default",
2023-12-08 18:25:54 +00:00
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app/globals.css",
2024-01-07 22:07:20 +00:00
"baseColor": "slate",
"cssVariables": true,
2024-01-07 22:07:20 +00:00
"prefix": ""
2023-12-08 18:25:54 +00:00
},
"aliases": {
2024-01-07 22:07:20 +00:00
"components": "@/components",
"utils": "@/lib/utils"
2023-12-08 18:25:54 +00:00
}
2024-01-07 22:07:20 +00:00
}