mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-08 13:39:53 +00:00
18 lines
352 B
JSON
18 lines
352 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "default",
|
|
"rsc": false,
|
|
"tsx": true,
|
|
"tailwind": {
|
|
"config": "tailwind.config.js",
|
|
"css": "src/global.css",
|
|
"baseColor": "slate",
|
|
"cssVariables": true,
|
|
"prefix": ""
|
|
},
|
|
"aliases": {
|
|
"components": "@/components",
|
|
"utils": "@/components/ui/utils"
|
|
}
|
|
}
|