feat: initial commit

This commit is contained in:
rucky
2026-03-18 09:24:57 +08:00
parent 84c2094aab
commit 879c4bdfc8
6 changed files with 3502 additions and 116 deletions

View File

@@ -9,9 +9,16 @@
"lint": "eslint"
},
"dependencies": {
"@base-ui/react": "^1.3.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.577.0",
"next": "16.1.7",
"react": "19.2.3",
"react-dom": "19.2.3"
"react-dom": "19.2.3",
"shadcn": "^4.0.8",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",