add and initialize shadcn-svelte dependency

This commit is contained in:
hiperman
2026-02-21 19:36:22 -05:00
parent e5167165cb
commit 861195900e
5 changed files with 205 additions and 22 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"$schema": "https://shadcn-svelte.com/schema.json",
"tailwind": {
"css": "src/routes/layout.css",
"baseColor": "slate"
},
"aliases": {
"components": "$lib/components",
"utils": "$lib/utils",
"ui": "$lib/components/ui",
"hooks": "$lib/hooks",
"lib": "$lib"
},
"typescript": true,
"registry": "https://shadcn-svelte.com/registry"
}