Files
gpx.studio/website/components.json

17 lines
353 B
JSON
Raw Normal View History

2024-04-08 17:12:39 +02:00
{
2025-06-08 16:32:41 +02:00
"$schema": "https://next.shadcn-svelte.com/schema.json",
"tailwind": {
2025-06-21 21:07:36 +02:00
"css": "src/app.css",
2025-06-08 16:32:41 +02:00
"baseColor": "slate"
},
"aliases": {
"components": "$lib/components",
"utils": "$lib/utils",
"ui": "$lib/components/ui",
"hooks": "$lib/hooks",
"lib": "$lib"
},
"typescript": true,
2025-06-21 21:07:36 +02:00
"registry": "https://next.shadcn-svelte.com/registry"
}