rsnext/examples/api-routes-graphql/package.json

18 lines
319 B
JSON
Raw Normal View History

{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"apollo-server-micro": "^3.0.1",
"graphql": "^15.5.1",
"micro": "^9.3.4",
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"swr": "^0.5.6"
}
}