mirror of https://github.com/pozm/gdke.git
17 lines
339 B
JSON
17 lines
339 B
JSON
|
{
|
||
|
"$schema": "https://ui.shadcn.com/schema.json",
|
||
|
"style": "default",
|
||
|
"rsc": false,
|
||
|
"tsx": true,
|
||
|
"tailwind": {
|
||
|
"config": "tailwind.config.js",
|
||
|
"css": "src/App.css",
|
||
|
"baseColor": "slate",
|
||
|
"cssVariables": false,
|
||
|
"prefix": ""
|
||
|
},
|
||
|
"aliases": {
|
||
|
"components": "@/components",
|
||
|
"utils": "@/lib/utils"
|
||
|
}
|
||
|
}
|