|
@@ -6,7 +6,7 @@
|
|
|
"dev": "next dev --turbopack",
|
|
"dev": "next dev --turbopack",
|
|
|
"build": "next build",
|
|
"build": "next build",
|
|
|
"start": "next start",
|
|
"start": "next start",
|
|
|
- "lint": "eslint"
|
|
|
|
|
|
|
+ "lint": "eslint ."
|
|
|
},
|
|
},
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"@radix-ui/react-checkbox": "^1.1.3",
|
|
"@radix-ui/react-checkbox": "^1.1.3",
|
|
@@ -23,7 +23,7 @@
|
|
|
"clsx": "^2.1.1",
|
|
"clsx": "^2.1.1",
|
|
|
"framer-motion": "^12.29.2",
|
|
"framer-motion": "^12.29.2",
|
|
|
"lucide-react": "^0.554.0",
|
|
"lucide-react": "^0.554.0",
|
|
|
- "next": "15.5.3",
|
|
|
|
|
|
|
+ "next": "16.1.6",
|
|
|
"react": "19.1.0",
|
|
"react": "19.1.0",
|
|
|
"react-dom": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
|
"tailwind-merge": "^3.4.0"
|
|
"tailwind-merge": "^3.4.0"
|
|
@@ -35,7 +35,7 @@
|
|
|
"@types/react": "^19",
|
|
"@types/react": "^19",
|
|
|
"@types/react-dom": "^19",
|
|
"@types/react-dom": "^19",
|
|
|
"eslint": "^9",
|
|
"eslint": "^9",
|
|
|
- "eslint-config-next": "15.5.3",
|
|
|
|
|
|
|
+ "eslint-config-next": "16.1.6",
|
|
|
"tailwindcss": "^4",
|
|
"tailwindcss": "^4",
|
|
|
"typescript": "^5"
|
|
"typescript": "^5"
|
|
|
}
|
|
}
|