mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
20 lines
412 B
JSON
20 lines
412 B
JSON
{
|
|||
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
||
|
|
"style": "new-york",
|
||
|
|
"rsc": false,
|
||
|
|
"tsx": true,
|
||
|
|
"tailwind": {
|
||
|
|
"config": "tailwind.config.js",
|
||
|
|
"css": "src/shared/styles/globals.css",
|
||
|
|
"baseColor": "zinc",
|
||
|
|
"cssVariables": true,
|
||
|
|
"prefix": ""
|
||
|
|
},
|
||
|
|
"aliases": {
|
||
|
|
"components": "@/shared/ui",
|
||
|
|
"utils": "@/shared/lib/cn",
|
||
|
|
"ui": "@/shared/ui",
|
||
|
|
"lib": "@/shared/lib"
|
||
|
|
}
|
||
|
|
}
|