Files
pocket-id/frontend/components.json

18 lines
372 B
JSON
Raw Normal View History

2024-08-12 11:00:25 +02:00
{
2025-06-09 18:08:39 +02:00
"$schema": "https://shadcn-svelte.com/schema.json",
2024-08-12 11:00:25 +02:00
"style": "default",
"tailwind": {
"css": "src/app.css",
2025-06-09 18:08:39 +02:00
"baseColor": "neutral"
2024-08-12 11:00:25 +02:00
},
"aliases": {
"components": "$lib/components",
"utils": "$lib/utils/style",
"ui": "$lib/components/ui",
"hooks": "$lib/hooks",
"lib": "$lib"
2024-08-12 11:00:25 +02:00
},
"typescript": true,
2025-06-09 18:08:39 +02:00
"registry": "https://shadcn-svelte.com/registry"
2025-01-19 15:41:16 +01:00
}