monorepo/packages/ui/components.json

21 lines
465 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-03 09:09:01 +08:00
"components": "@/components",
2025-03-31 19:43:56 +08:00
"utils": "@/lib/utils",
2025-05-03 09:09:01 +08:00
"ui": "@/components/ui",
2025-03-31 19:43:56 +08:00
"lib": "@/lib",
"hooks": "@/hooks"
}
2025-01-16 19:34:36 +08:00
}