rsnext/examples/with-react-relay-network-modern/package.json
Luis Alvarez D 258f8c0e4e
[Examples] Move with-react-relay-network-modern to SSG (#13878)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Joe Haddad <joe.haddad@zeit.co>
2020-06-08 21:31:22 -04:00

30 lines
1,017 B
JSON

{
"name": "with-react-relay-network-modern",
"version": "3.0.3",
"description": "Example of Next.js with Relay Modern and react-relay-network-modern",
"scripts": {
"graphcool-init": "graphcool init --schema schema/init-schema.graphql",
"dev": "next",
"build": "next build",
"start": "next start",
"relay": "relay-compiler --src ./ --exclude '**/.next/**' '**/node_modules/**' '**/test/**' '**/__generated__/**' --exclude '**/schema/**' --schema ./schema/schema.graphql --artifactDirectory __generated__",
"schema": "graphql get-schema -e dev"
},
"author": "",
"license": "ISC",
"dependencies": {
"graphql": "^14.6.0",
"next": "latest",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-relay": "^9.0.0",
"react-relay-network-modern": "^4.5.0",
"react-relay-network-modern-ssr": "^1.4.0"
},
"devDependencies": {
"babel-plugin-relay": "^9.0.0",
"graphcool": "^1.2.1",
"graphql-cli": "^3.0.11",
"relay-compiler": "^9.0.0"
}
}