agfrotapainelweb/components.json

22 lines
470 B
JSON

{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "",
"css": "src/styles/index.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"iconLibrary": "lucide",
"aliases": {
"components": "@/views/components",
"utils": "@/app/utils/index",
"ui": "@/views/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"registries": {}
}