From 79cf772ef0ed7f78f08bf81c4d08a6dd4a29a5e8 Mon Sep 17 00:00:00 2001 From: Srinath Date: Tue, 10 Mar 2026 14:10:57 +0530 Subject: [PATCH] Added Capacitor and SpeechRecognition --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 8af1305..28f63d4 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "dependencies": { "@ant-design/plots": "^1.2.6", "@autocomplete/material-ui": "0.0.17", + "@capacitor-community/speech-recognition": "^7.0.1", "@capacitor-mlkit/barcode-scanning": "^8.0.1", "@capacitor/app": "^8.0.1", "@capacitor/core": "^8.1.0",