This commit is contained in:
NotII
2025-07-17 16:07:07 +01:00
parent e65d6d3fee
commit 0fa33df2ad
9 changed files with 607 additions and 730 deletions

View File

@@ -13,7 +13,8 @@
"start": "next start",
"lint": "next lint",
"fix-lint": "node scripts/fix-eslint-issues.js",
"clean": "rm -rf .next && rm -rf node_modules/.cache"
"clean": "rm -rf .next && rm -rf node_modules/.cache",
"analyze": "ANALYZE=true next build"
},
"dependencies": {
"@hookform/resolvers": "^3.9.1",
@@ -44,8 +45,6 @@
"@radix-ui/react-toggle": "^1.1.1",
"@radix-ui/react-toggle-group": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.6",
"@react-three/drei": "^10.0.6",
"@react-three/fiber": "^9.1.2",
"autoprefixer": "^10.4.20",
"axios": "^1.8.1",
"class-variance-authority": "^0.7.1",
@@ -54,7 +53,6 @@
"date-fns": "4.1.0",
"embla-carousel-react": "8.5.1",
"form-data": "^4.0.2",
"framer-motion": "^12.6.3",
"input-otp": "1.4.1",
"jwt-decode": "^4.0.0",
"lucide-react": "^0.454.0",
@@ -73,11 +71,11 @@
"sonner": "^1.7.4",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"three": "^0.175.0",
"vaul": "^0.9.6",
"zod": "^3.24.1"
},
"devDependencies": {
"@next/bundle-analyzer": "^15.4.1",
"@tailwindcss/typography": "^0.5.16",
"@types/lodash": "^4.17.16",
"@types/node": "^22",