mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-24 21:25:55 +00:00
16 lines
310 B
JSON
16 lines
310 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "default",
|
|
"tailwind": {
|
|
"config": "tailwind.config.js",
|
|
"css": "app/globals.css",
|
|
"baseColor": "slate",
|
|
"cssVariables": true
|
|
},
|
|
"rsc": false,
|
|
"aliases": {
|
|
"utils": "@/lib/utils",
|
|
"components": "@/components"
|
|
}
|
|
}
|