Files
frontend-svelte/components.json

17 lines
400 B
JSON
Raw Permalink Normal View History

2025-12-30 11:06:58 +03:00
{
"$schema": "https://shadcn-svelte.com/schema.json",
"tailwind": {
"css": "src/app.css",
"baseColor": "zinc"
},
"aliases": {
"components": "$shared/shadcn/ui",
"utils": "$shared/shadcn/utils/shadcn-utils",
"ui": "$shared/shadcn/ui",
"hooks": "$shared/shadcn/hooks",
"lib": "$shared"
2025-12-30 11:06:58 +03:00
},
"typescript": true,
"registry": "https://shadcn-svelte.com/registry"
}