Files
medreport_mrb2b/packages/ui/components.json
2025-06-08 16:18:30 +03:00

21 lines
421 B
JSON

{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "./tailwind.config.ts",
"css": "../../apps/web/styles/globals.css",
"baseColor": "slate",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "~/components",
"utils": "~/utils",
"lib": "~/lib",
"hooks": "~/hooks",
"ui": "~/ui"
}
}