{ "private": true, "scripts": { "dev": "next", "build": "next build", "start": "next start" }, "dependencies": { "graphql": "^15.0.0", "isomorphic-unfetch": "^3.0.0", "next": "latest", "react": "^18.2.0", "react-dom": "^18.2.0", "urql": "^1.9.7" } }