{ "name": "week-4", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "dev": "next dev", "build": "next build", "start": "next start" }, "keywords": [], "author": "", "license": "ISC", "type": "commonjs", "dependencies": { "@apollo/server": "^5.5.1", "@as-integrations/next": "^4.1.0", "cors": "^2.8.6", "dotenv": "^17.4.2", "graphql": "^16.14.2", "next": "^16.3.4", "pg": "^8.23.0", "react": "^19.2.8", "react-dom": "^19.2.8" } }