feat: initial commit

This commit is contained in:
2026-04-15 14:07:17 -05:00
parent 6944ff0efc
commit 46fd5d2afb
6 changed files with 3530 additions and 116 deletions
+8 -1
View File
@@ -9,9 +9,16 @@
"lint": "eslint"
},
"dependencies": {
"@base-ui/react": "^1.4.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^1.8.0",
"next": "16.2.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",