20 lines
421 B
JSON
20 lines
421 B
JSON
|
{
|
||
|
"$schema": "https://ui.shadcn.com/schema.json",
|
||
|
"style": "new-york",
|
||
|
"rsc": true,
|
||
|
"tsx": true,
|
||
|
"tailwind": {
|
||
|
"config": "tailwind.config.ts",
|
||
|
"css": "src/styles/globals.css",
|
||
|
"baseColor": "zinc",
|
||
|
"cssVariables": true,
|
||
|
"prefix": ""
|
||
|
},
|
||
|
"aliases": {
|
||
|
"components": "~/components",
|
||
|
"utils": "~/lib/utils",
|
||
|
"ui": "~/components/ui",
|
||
|
"lib": "~/lib",
|
||
|
"hooks": "~/hooks"
|
||
|
}
|
||
|
}
|