diff --git a/package.json b/package.json index 47a3843..b412dd9 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,6 @@ "lint": "next lint" }, "dependencies": { - "@cloudflare/next-on-pages": "^1.8.3", "autoprefixer": "10.4.14", "eslint": "8.39.0", "eslint-config-next": "13.3.1", @@ -25,5 +24,10 @@ "react-icons": "^4.8.0", "react-vertical-timeline-component": "^3.6.0", "tailwindcss": "3.3.1" + }, + "devDependencies": { + "@cloudflare/next-on-pages": "^1.8.3", + "@next/env": "^13.3.0", + "vercel": "^28.4.0", } }