2024-09-28 14:58:45 +08:00
|
|
|
{
|
2025-03-31 19:43:56 +08:00
|
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
|
|
"style": "new-york",
|
|
|
|
"rsc": true,
|
|
|
|
"tsx": true,
|
|
|
|
"tailwind": {
|
2025-06-27 16:37:18 +08:00
|
|
|
"config": "src/app/styles/index.css",
|
|
|
|
"css": "src/app/styles/index.css",
|
2025-03-31 19:43:56 +08:00
|
|
|
"baseColor": "zinc",
|
2025-06-27 16:37:18 +08:00
|
|
|
"cssVariables": true
|
2025-03-31 19:43:56 +08:00
|
|
|
},
|
|
|
|
"aliases": {
|
2025-06-27 16:37:18 +08:00
|
|
|
"components": "@/app/_components/shadcn/ui",
|
|
|
|
"ui": "@/app/_components/shadcn/ui",
|
|
|
|
"utils": "@/app/_components/shadcn/utils",
|
|
|
|
"lib": "@/app/_components/shadcn/libs",
|
|
|
|
"hooks": "@/app/_components/shadcn/hooks"
|
|
|
|
},
|
|
|
|
"iconLibrary": "lucide"
|
2025-01-16 19:34:36 +08:00
|
|
|
}
|