This commit is contained in:
jrosh 2026-03-17 18:47:48 +01:00
commit 8c0e589376
Signed by: jrosh
GPG key ID: CC50156D9BDF5EFB
51 changed files with 4882 additions and 908 deletions

19
components.json Normal file
View file

@ -0,0 +1,19 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "app/globals.css",
"baseColor": "slate",
"cssVariables": true
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
},
"registries": {
"@fancy": "https://www.fancycomponents.dev/r/{name}.json"
}
}