supermemory/apps/web/components.json
2025-01-20 17:50:45 -07:00

20 lines
No EOL
417 B
JSON

{
"$schema": "https://ui.shadcn.com/schema.json",
"aliases": {
"components": "~/components",
"hooks": "~/hooks",
"lib": "~/lib",
"ui": "~/components/ui",
"utils": "~/lib/utils"
},
"rsc": false,
"style": "new-york",
"tailwind": {
"baseColor": "stone",
"config": "tailwind.config.ts",
"css": "app/tailwind.css",
"cssVariables": true,
"prefix": ""
},
"tsx": true
}