mirror of
https://github.com/foomo/ui.git
synced 2026-09-23 16:20:17 +00:00
26 lines
544 B
JSON
26 lines
544 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "base-maia",
|
|
"rsc": false,
|
|
"tsx": true,
|
|
"tailwind": {
|
|
"config": "tailwind.config.js",
|
|
"css": "src/index.css",
|
|
"baseColor": "mist",
|
|
"cssVariables": true,
|
|
"prefix": "fui"
|
|
},
|
|
"aliases": {
|
|
"components": "@/components",
|
|
"utils": "@/lib/utils",
|
|
"ui": "@/components",
|
|
"lib": "@/lib",
|
|
"hooks": "@/hooks"
|
|
},
|
|
"iconLibrary": "phosphor",
|
|
"rtl": false,
|
|
"menuColor": "default-translucent",
|
|
"menuAccent": "subtle",
|
|
"registries": {}
|
|
}
|