Initial Commit

This commit is contained in:
Jan-Marlon Leibl
2025-01-12 23:55:59 +01:00
parent 732b6deb17
commit 81f39ea2bd
18 changed files with 924 additions and 121 deletions

View File

@ -9,9 +9,16 @@
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-aspect-ratio": "^1.1.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^11.17.0",
"lucide-react": "^0.471.0",
"next": "15.1.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"next": "15.1.4"
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"typescript": "^5",