mirror of
https://github.com/Kludex/awesome-fastapi-projects.git
synced 2024-11-24 04:21:09 +00:00
17 lines
328 B
JSON
17 lines
328 B
JSON
|
{
|
||
|
"$schema": "https://ui.shadcn.com/schema.json",
|
||
|
"style": "default",
|
||
|
"rsc": true,
|
||
|
"tsx": true,
|
||
|
"tailwind": {
|
||
|
"config": "tailwind.config.ts",
|
||
|
"css": "src/app/globals.css",
|
||
|
"baseColor": "slate",
|
||
|
"cssVariables": true
|
||
|
},
|
||
|
"aliases": {
|
||
|
"components": "@/components",
|
||
|
"utils": "@/lib/utils"
|
||
|
}
|
||
|
}
|