supermemory/packages/ui/components.json
2025-08-16 18:50:10 -07:00

20 lines
375 B
JSON

{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "",
"css": "./globals.css",
"baseColor": "zinc",
"cssVariables": true
},
"iconLibrary": "lucide",
"aliases": {
"components": "@ui/components",
"utils": "@lib/utils",
"hooks": "@hooks",
"lib": "@lib",
"ui": "@ui/components"
}
}