model-release-heatmap / components.json
cfahlgren1's picture
cfahlgren1 HF staff
add shadcn components and add search modal
55d7c10
raw
history blame contribute delete
No virus
349 Bytes
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/styles/globals.css",
"baseColor": "slate",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}