rsnext/examples/with-neo4j/package.json
Nikolas Santis a5917317f0
[ EXAMPLES ] Added with-neo4j (#16559)
Adding a example with **Neo4j** native graph database.

- with-neo4j: basic api routes with neo4j driver.

:)
2020-11-24 18:35:51 +00:00

17 lines
312 B
JSON

{
"name": "with-neo4j",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"license": "MIT",
"dependencies": {
"neo4j-driver": "4.1.1",
"next": "latest",
"react": "16.13.1",
"react-dom": "16.13.1",
"swr": "0.3.9"
}
}