mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-24 21:25:55 +00:00
* feat(cli): add support for custom ui dir * docs(www): update docs for aliases.ui * chore: add changeset
17 lines
303 B
JSON
17 lines
303 B
JSON
{
|
|
"style": "new-york",
|
|
"tailwind": {
|
|
"config": "tailwind.config.ts",
|
|
"css": "src/app/globals.css",
|
|
"baseColor": "zinc",
|
|
"cssVariables": true,
|
|
"prefix": "tw-"
|
|
},
|
|
"rsc": false,
|
|
"aliases": {
|
|
"utils": "~/lib/utils",
|
|
"components": "~/components",
|
|
"ui": "~/ui"
|
|
}
|
|
}
|