2024-08-26 16:50:55 +01:00
|
|
|
{
|
2025-02-01 20:38:46 +00:00
|
|
|
"$schema": "https://next.shadcn-svelte.com/schema.json",
|
|
|
|
"registry": "https://next.shadcn-svelte.com/registry",
|
|
|
|
"typescript": true,
|
2024-08-26 16:50:55 +01:00
|
|
|
"style": "new-york",
|
|
|
|
"tailwind": {
|
2025-02-01 20:38:46 +00:00
|
|
|
"config": "tailwind.config.ts",
|
|
|
|
"css": "src/styles/globals.css",
|
2024-08-26 16:50:55 +01:00
|
|
|
"baseColor": "neutral"
|
|
|
|
},
|
|
|
|
"aliases": {
|
2025-02-01 20:38:46 +00:00
|
|
|
"components": "@/components",
|
|
|
|
"utils": "@/utils",
|
|
|
|
"ui": "@/ui",
|
|
|
|
"hooks": "@/hooks"
|
|
|
|
}
|
2024-08-26 16:50:55 +01:00
|
|
|
}
|