17 lines
357 B
JSON
17 lines
357 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "new-york",
|
|
"rsc": false,
|
|
"tsx": true,
|
|
"tailwind": {
|
|
"config": "./tailwind.config.ts",
|
|
"css": "./app/tailwind.css",
|
|
"baseColor": "neutral",
|
|
"cssVariables": true
|
|
},
|
|
"aliases": {
|
|
"components": "~/components",
|
|
"utils": "~/utils",
|
|
"ui": "~/components/ui"
|
|
}
|
|
} |