{ "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" } }