rsnext/examples/with-elasticsearch/package.json

16 lines
281 B
JSON
Raw Normal View History

{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@elastic/elasticsearch": "^8.1.0",
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}