mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-04-22 16:51:34 +00:00
20 lines
426 B
JSON
20 lines
426 B
JSON
![]() |
{
|
||
|
"$schema": "https://ui.shadcn.com/schema.json",
|
||
|
"style": "default",
|
||
|
"rsc": false,
|
||
|
"tsx": false,
|
||
|
"tailwind": {
|
||
|
"config": "tailwind.config.js",
|
||
|
"css": "src/styles/globals.css",
|
||
|
"baseColor": "neutral",
|
||
|
"cssVariables": false,
|
||
|
"prefix": ""
|
||
|
},
|
||
|
"aliases": {
|
||
|
"components": "@/components",
|
||
|
"utils": "@/lib/utils",
|
||
|
"ui": "@/components/ui",
|
||
|
"lib": "@/lib",
|
||
|
"hooks": "@/hooks"
|
||
|
}
|
||
|
}
|