SurfSense/surfsense_web/components.json

25 lines
467 B
JSON
Raw Normal View History

2025-04-07 23:47:06 -07:00
{
2026-02-17 12:47:39 +05:30
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "",
"css": "app/globals.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"iconLibrary": "lucide",
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"registries": {
"@plate": "https://platejs.org/r/{name}.json"
}
2025-07-27 10:05:37 -07:00
}