This commit is contained in:
2026-07-18 01:12:55 +12:00
parent ebb2d8a2ab
commit 0c9a87e8be
9 changed files with 2269 additions and 946 deletions
+9 -9
View File
@@ -3,14 +3,14 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "eslint ."
},
"dependencies": {
"@next/env": "15.2.4",
"@next/third-parties": "15.2.4",
"@next/env": "^16.2.10",
"@next/third-parties": "^16.2.10",
"@radix-ui/react-accordion": "^1.2.3",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
@@ -18,17 +18,17 @@
"clsx": "^2.1.1",
"lucide-react": "^0.487.0",
"motion": "^11.16.0",
"next": "15.2.4",
"react": "19.1.0",
"react-dom": "19.1.0",
"next": "^16.2.10",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"sharp": "^0.33.5",
"tailwind-merge": "^3.1.0",
"tw-animate-css": "^1.2.5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.1",
"eslint": "^8",
"eslint-config-next": "15.2.4",
"eslint": "^9.39.5",
"eslint-config-next": "^16.2.10",
"postcss": "^8.4.49",
"tailwindcss": "^4.1.1"
}