next.js/examples/with-graphql-gateway/package.json
package.json29 lines687 B
{
  "private": true,
  "scripts": {
    "prestart": "yarn build:mesh",
    "start": "next dev",
    "prebuild": "yarn build:mesh",
    "build": "next build",
    "start:prod": "next start",
    "build:mesh": "mesh build"
  },
  "dependencies": {
    "@graphql-mesh/cli": "0.68.1",
    "@graphql-mesh/config": "0.35.1",
    "@graphql-mesh/new-openapi": "0.4.10",
    "@graphql-mesh/runtime": "0.34.1",
    "@graphql-yoga/node": "latest",
    "graphql": "16.3.0",
    "next": "latest",
    "react": "18.0.0",
    "react-dom": "18.0.0"
  },
  "devDependencies": {
    "@types/node": "17.0.24",
    "@types/react": "18.2.8",
    "@types/react-dom": "18.0.1",
    "typescript": "4.6.3"
  }
}
Quest for Codev2.0.0
/
SIGN IN