rsnext/examples/with-elasticsearch/package.json
Aravind Putrevu 4f3e9e1009
[Examples] Updating with-elasticsearch to latest Elasticsearch lib version (#36063)
## Documentation / Examples

- [x] Make sure the linting passes by running `yarn lint`
2022-04-11 14:52:17 +00:00

15 lines
281 B
JSON

{
"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"
}
}