Files
OpenCut/apps/web/components.json
T

26 lines
519 B
JSON
Raw Normal View History

2026-05-09 00:42:26 +02:00
{
"$schema": "https://ui.shadcn.com/schema.json",
2026-05-27 00:30:10 +02:00
"style": "base-mira",
2026-05-09 00:42:26 +02:00
"rsc": false,
"tsx": true,
"tailwind": {
"config": "",
"css": "src/styles.css",
2026-05-27 00:30:10 +02:00
"baseColor": "neutral",
2026-05-09 00:42:26 +02:00
"cssVariables": true,
"prefix": ""
},
2026-05-27 00:30:10 +02:00
"iconLibrary": "hugeicons",
"rtl": false,
2026-05-09 00:42:26 +02:00
"aliases": {
"components": "#/components",
"utils": "#/lib/utils",
"ui": "#/components/ui",
"lib": "#/lib",
"hooks": "#/hooks"
},
2026-05-27 00:30:10 +02:00
"menuColor": "default",
"menuAccent": "subtle",
"registries": {}
}