add whole project

This commit is contained in:
Chenwei Jiang 2025-08-21 11:07:54 +08:00
parent 3eac3b1e3b
commit fe56c5274e
Signed by: cheverjohn
GPG key ID: ADC4815BFE960182
97 changed files with 15837 additions and 0 deletions

21
components.json Normal file
View file

@ -0,0 +1,21 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "src/index.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"iconLibrary": "lucide"
}