{ "name": "with-vercel-fetch", "version": "1.0.0", "scripts": { "dev": "next", "build": "next build", "start": "next start" }, "dependencies": { "@vercel/fetch": "6.1.0", "next": "latest", "node-fetch": "2.6.1", "react": "17.0.1", "react-dom": "17.0.1", "unfetch": "4.2.0" }, "license": "MIT" }