rsnext/examples/with-urql/package.json

17 lines
296 B
JSON
Raw Normal View History

{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"graphql": "^15.0.0",
"isomorphic-unfetch": "^3.0.0",
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"urql": "^1.9.7"
}
}