Files
deer-flow/frontend/components.json

27 lines
628 B
JSON
Raw Permalink Normal View History

{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "",
"css": "src/styles/globals.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"iconLibrary": "lucide",
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"registries": {
2026-01-21 10:31:54 +08:00
"@ai-elements": "https://registry.ai-sdk.dev/{name}.json",
"@magicui": "https://magicui.design/r/{name}",
"@react-bits": "https://reactbits.dev/r/{name}.json"
}
}