monorepo/apps/web2/components.json

20 lines
440 B
JSON
Raw Normal View History

2024-09-28 14:58:45 +08:00
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
2025-01-15 10:39:14 +08:00
"config": "@/app/tailwind-config.ts",
"css": "@/app/styles/index.css",
2024-09-28 14:58:45 +08:00
"baseColor": "zinc",
"cssVariables": true,
"prefix": "tw-"
},
"aliases": {
2025-01-15 10:39:14 +08:00
"components": "@/app/_components",
2024-09-28 14:58:45 +08:00
"utils": "@/lib/utils",
2025-01-15 10:39:14 +08:00
"ui": "@/app/_components/ui",
2024-09-28 14:58:45 +08:00
"lib": "@/lib",
"hooks": "@/hooks"
}
}