feat: initial commit

This commit is contained in:
2026-04-12 17:19:14 +08:00
parent ed1282c853
commit 57e119635e
15 changed files with 3922 additions and 20 deletions
+8 -1
View File
@@ -9,9 +9,16 @@
"lint": "eslint"
},
"dependencies": {
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^1.8.0",
"next": "16.2.3",
"radix-ui": "^1.4.3",
"react": "19.2.4",
"react-dom": "19.2.4"
"react-dom": "19.2.4",
"shadcn": "^4.2.0",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",