17 lines
354 B
JSON
17 lines
354 B
JSON
|
{
|
||
|
"$schema": "https://ui.shadcn.com/schema.json",
|
||
|
"style": "default",
|
||
|
"rsc": true,
|
||
|
"tsx": true,
|
||
|
"tailwind": {
|
||
|
"config": "tailwind.config.ts",
|
||
|
"css": "src/app/globals.css",
|
||
|
"baseColor": "neutral",
|
||
|
"cssVariables": true,
|
||
|
"prefix": ""
|
||
|
},
|
||
|
"aliases": {
|
||
|
"components": "@/app/components",
|
||
|
"utils": "@/common/utils"
|
||
|
}
|
||
|
}
|