Files
frontend-svelte/components.json
T

17 lines
400 B
JSON
Raw 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",
2026-01-01 13:13:52 +03:00
"lib": "$shared"
2025-12-30 11:06:58 +03:00
},
"typescript": true,
"registry": "https://shadcn-svelte.com/registry"
}