rsnext/examples/with-graphql-react/package.json

16 lines
280 B
JSON
Raw Normal View History

{
"private": true,
"dependencies": {
"graphql-react": "^11.0.1",
"next": "latest",
"next-graphql-react": "^8.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
}
}