monorepo/apps/web/components.json

21 lines
532 B
JSON

{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "src/app/styles/index.css",
"css": "src/app/styles/index.css",
"baseColor": "zinc",
"cssVariables": true
},
"aliases": {
"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"
}