mirror of
https://github.com/colanode/colanode.git
synced 2025-12-29 00:25:03 +01:00
21 lines
448 B
JSON
21 lines
448 B
JSON
|
|
{
|
||
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
||
|
|
"style": "new-york",
|
||
|
|
"rsc": false,
|
||
|
|
"tsx": true,
|
||
|
|
"tailwind": {
|
||
|
|
"config": "",
|
||
|
|
"css": "src/styles/globals.css",
|
||
|
|
"baseColor": "slate",
|
||
|
|
"cssVariables": true,
|
||
|
|
"prefix": ""
|
||
|
|
},
|
||
|
|
"aliases": {
|
||
|
|
"components": "@colanode/ui/components",
|
||
|
|
"utils": "@colanode/ui/lib/utils",
|
||
|
|
"hooks": "@colanode/ui/hooks",
|
||
|
|
"lib": "@colanode/ui/lib"
|
||
|
|
},
|
||
|
|
"iconLibrary": "lucide"
|
||
|
|
}
|