feat: initial commit

This commit is contained in:
Trey t
2026-03-23 11:55:42 -05:00
parent 3abe46fba6
commit 6b08cfb73a
6 changed files with 3503 additions and 116 deletions
+8 -1
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": "^1.0.1",
"next": "16.2.1",
"react": "19.2.4",
"react-dom": "19.2.4"
"react-dom": "19.2.4",
"shadcn": "^4.1.0",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",