add experimental voice search feature

This commit is contained in:
David Ralph
2020-10-13 15:30:53 +01:00
parent 38590f8278
commit 44281c2449
6 changed files with 39 additions and 5 deletions

View File

@@ -18,13 +18,13 @@
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@muetab/quotes": "^1.0.0",
"lodash.merge": "4.6.2",
"react": "^16.13.1",
"react-clock": "^2.4.0",
"react-dom": "^16.13.1",
"react-modal": "^3.11.2",
"react-toastify": "^6.0.8",
"supports-webp": "^2.0.1",
"lodash.merge": "4.6.2"
"supports-webp": "^2.0.1"
},
"devDependencies": {
"react-scripts": "3.4.3",