18 lines
473 B
JSON
18 lines
473 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "new-york",
|
|
"rsc": false,
|
|
"tsx": true,
|
|
"aliases": {
|
|
"components": "@germantax/components/components",
|
|
"ui": "@germantax/components/components/ui",
|
|
"widgets": "@germantax/components/widgets",
|
|
"utils": "@germantax/components/lib/utils",
|
|
"lib": "@germantax/components/lib",
|
|
"hooks": "@/hooks"
|
|
},
|
|
"registries": {
|
|
"fabric": "https://registry.pikkufabric.com/{name}.json"
|
|
}
|
|
}
|