mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-07 14:08:47 +00:00
15 lines
264 B
JSON
15 lines
264 B
JSON
{
|
|
"style": "new-york",
|
|
"tailwind": {
|
|
"config": "tailwind.config.ts",
|
|
"css": "src/app/globals.css",
|
|
"baseColor": "zinc",
|
|
"cssVariables": true
|
|
},
|
|
"rsc": false,
|
|
"aliases": {
|
|
"utils": "~/lib/utils",
|
|
"components": "~/components"
|
|
}
|
|
}
|