2024-03-09 16:06:15 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
|
|
"style": "new-york",
|
|
|
|
"rsc": false,
|
|
|
|
"tsx": true,
|
|
|
|
"tailwind": {
|
|
|
|
"config": "tailwind.config.ts",
|
|
|
|
"css": "./index.css",
|
2024-03-17 16:57:02 +00:00
|
|
|
"baseColor": "zinc",
|
|
|
|
"cssVariables": true,
|
2024-03-09 16:06:15 +00:00
|
|
|
"prefix": ""
|
|
|
|
},
|
|
|
|
"aliases": {
|
|
|
|
"components": "@/components",
|
|
|
|
"utils": "@/utils/style"
|
|
|
|
}
|
|
|
|
}
|