mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 13:11:02 +00:00
16 lines
328 B
JSON
16 lines
328 B
JSON
|
|
{
|
||
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
||
|
|
"style": "default",
|
||
|
|
"rsc": false,
|
||
|
|
"tsx": true,
|
||
|
|
"tailwind": {
|
||
|
|
"config": "tailwind.config.js",
|
||
|
|
"css": "./src/index.css",
|
||
|
|
"baseColor": "gray",
|
||
|
|
"cssVariables": false
|
||
|
|
},
|
||
|
|
"aliases": {
|
||
|
|
"components": "src/components",
|
||
|
|
"utils": "src/lib/utils"
|
||
|
|
}
|
||
|
|
}
|