create-imr-app
Version:
Create web application with the imr stack
27 lines (26 loc) • 572 B
JSON
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "",
"css": "src/app/index.css",
"baseColor": "zinc",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"iconLibrary": "lucide",
"registries": {
"@lopez": "https://components.imrlopez.dev/api/r/{name}",
"@bits": "https://reactbits.dev/r/{name}-TS-TW",
"@reUI": "https://reui.io/r/{name}.json"
}
}