You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
386 B
19 lines
386 B
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "default",
|
|
"tailwind": {
|
|
"config": "tailwind.config.js",
|
|
"css": "/src/app/global.css",
|
|
"baseColor": "neutral",
|
|
"cssVariables": true,
|
|
"prefix": ""
|
|
},
|
|
"rsc": false,
|
|
"tsx": true,
|
|
"aliases": {
|
|
"utils": "/src/utils/ui",
|
|
"components": "/src/components",
|
|
"ui": "/src/components/ui"
|
|
}
|
|
}
|