monorepo/packages/ui/components.json

21 lines
500 B
JSON
Raw Normal View History

2024-09-28 14:58:45 +08:00
{
2025-03-31 19:43:56 +08:00
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
2025-05-03 09:09:01 +08:00
"config": "../../apps/web/src/app/tailwind-config.ts",
"css": "../../apps/web/src/app/styles/index.css",
2025-03-31 19:43:56 +08:00
"baseColor": "zinc",
"cssVariables": true,
"prefix": "tw-"
},
"aliases": {
2025-05-10 17:02:57 +08:00
"components": "@repo/ui/components",
"utils": "@repo/ui/lib/utils",
"ui": "@repo/ui/components/ui",
"lib": "@repo/ui/lib",
"hooks": "@repo/ui/hooks"
2025-03-31 19:43:56 +08:00
}
2025-01-16 19:34:36 +08:00
}