monorepo/apps/web2/components.json

20 lines
448 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": {
2024-10-14 11:38:41 +08:00
"config": "src/app/tailwind-config.ts",
2024-10-22 19:05:53 +08:00
"css": "src/app/styles/index.css",
2024-09-28 14:58:45 +08:00
"baseColor": "zinc",
"cssVariables": true,
"prefix": "tw-"
},
"aliases": {
2024-10-22 19:05:53 +08:00
"components": "src/app/_components",
2024-09-28 14:58:45 +08:00
"utils": "@/lib/utils",
2024-10-22 19:05:53 +08:00
"ui": "src/app/_components/ui",
2024-09-28 14:58:45 +08:00
"lib": "@/lib",
"hooks": "@/hooks"
}
}