rsnext/examples/api-routes-apollo-server-and-client-auth/package.json
Nikolas Santis 4bbdd09097
[ EXAMPLES ] Added with-apollo-neo4j-graphql (#16560)
Adding a example with **Neo4j** native graph database.

- with-apollo-neo4j-graphql: basic apollo configuration with neo4j driver and neo4j-graphql-js.

:)
2020-11-20 20:38:08 +00:00

23 lines
512 B
JSON

{
"name": "api-routes-apollo-server-and-client-auth",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@apollo/client": "^3.0.2",
"@hapi/iron": "6.0.0",
"apollo-server-micro": "^2.14.2",
"cookie": "^0.4.1",
"deepmerge": "4.2.2",
"graphql": "^14.0.2",
"next": "latest",
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"uuid": "8.1.0"
},
"license": "MIT"
}