streamin-fe/components.json

25 lines
468 B
JSON
Raw Normal View History

2026-04-20 03:31:55 +00:00
{
2026-04-20 05:51:36 +00:00
"style": "default",
2026-04-20 03:31:55 +00:00
"rsc": true,
"tsx": true,
"tailwind": {
"config": "",
2026-04-20 05:51:36 +00:00
"css": "src/app/globals.css",
2026-04-20 03:31:55 +00:00
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"iconLibrary": "lucide",
"rtl": false,
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"menuColor": "default",
"menuAccent": "subtle",
"registries": {}
}