add shadcn

This commit is contained in:
2024-10-30 23:02:05 -07:00
parent c7fa882f57
commit 25b2090961
14 changed files with 451 additions and 13 deletions

14
components.json Normal file
View File

@@ -0,0 +1,14 @@
{
"$schema": "https://shadcn-svelte.com/schema.json",
"style": "default",
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app.css",
"baseColor": "slate"
},
"aliases": {
"components": "$lib/components",
"utils": "$lib/utils"
},
"typescript": true
}