rsnext/examples/with-nhost-auth-realtime-graphql/package.json

19 lines
375 B
JSON
Raw Normal View History

{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@apollo/client": "3.3.11",
"@nhost/react-apollo": "1.0.7",
"@nhost/react-auth": "1.0.5",
"graphql": "15.5.0",
"next": "10.0.7",
"nhost-js-sdk": "3.0.0-16",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}