chore: create frontend project from boilerplate

This commit is contained in:
Henry Li
2026-01-14 09:50:26 +08:00
parent 3ff7613dd9
commit c628c7f8db
72 changed files with 15444 additions and 0 deletions

24
frontend/components.json Normal file
View File

@@ -0,0 +1,24 @@
{
"$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": {
"@ai-elements": "https://registry.ai-sdk.dev/{name}.json"
}
}