20 lines
378 B
JSON
20 lines
378 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "default",
|
|
"rsc": false,
|
|
"tsx": true,
|
|
"tailwind": {
|
|
"config": "",
|
|
"css": "src/index.css",
|
|
"baseColor": "slate",
|
|
"cssVariables": true
|
|
},
|
|
"aliases": {
|
|
"components": "~/components",
|
|
"utils": "~/lib/utils",
|
|
"ui": "~/components/ui",
|
|
"lib": "~/lib",
|
|
"hooks": "~/hooks"
|
|
}
|
|
}
|