tans-agents-ui / components.json
Tan
feat: rebuild UI with Next.js 15 + shadcn/ui + Vercel AI SDK
77ce963
Raw
History Blame Contribute Delete
375 Bytes
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "app/globals.css",
"baseColor": "zinc",
"cssVariables": true
},
"aliases": { "components": "@/components", "utils": "@/lib/utils", "ui": "@/components/ui", "lib": "@/lib", "hooks": "@/hooks" }
}