Uecko_ERP/packages/shadcn-ui/components.json

22 lines
501 B
JSON
Raw Normal View History

2025-05-02 21:43:51 +00:00
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "",
2025-05-05 17:11:44 +00:00
"prefix": "",
2025-05-02 21:43:51 +00:00
"css": "src/styles/globals.css",
"baseColor": "neutral",
"cssVariables": true
},
"iconLibrary": "lucide",
"aliases": {
2025-05-05 17:11:44 +00:00
"components": "@repo/shadcn-ui/components",
"utils": "@repo/shadcn-ui/lib/utils",
"hooks": "@repo/shadcn-ui/hooks",
"lib": "@repo/shadcn-ui/lib",
"ui": "@repo/shadcn-ui/components"
2025-05-02 21:43:51 +00:00
}
}