oriyo_next/components.json
2025-04-20 22:41:15 +05:00

23 lines
489 B
JSON

{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "",
"css": "src/app/globals.css",
"baseColor": "zinc",
"cssVariables": true,
"prefix": ""
},
"componentPath": "src/shared/shadcn-ui",
"aliases": {
"components": "@/shared",
"utils": "@/shared/lib/utils",
"ui": "@/shared/shad-cn",
"lib": "@/shared/lib",
"hooks": "@/shared/hooks"
},
"iconLibrary": "lucide"
}