summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorjdlugosz963 <jdlugosz963@gmail.com>2023-12-11 15:31:44 +0100
committerjdlugosz963 <jdlugosz963@gmail.com>2023-12-11 15:32:33 +0100
commit1749bd5e7fa959a022472defb8ba78c689c994af (patch)
treeb591bf4d58c83065033cc845b56d6883782b7938 /package.json
parentf0600c5ec4ffa5a84f6a08c07ec341a22e0430de (diff)
downloadcyberbadge_mobile-1749bd5e7fa959a022472defb8ba78c689c994af.tar.gz
cyberbadge_mobile-1749bd5e7fa959a022472defb8ba78c689c994af.zip
Add initial ble-service.
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index c51391e..7455929 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,9 @@
11 }, 11 },
12 "dependencies": { 12 "dependencies": {
13 "react": "18.2.0", 13 "react": "18.2.0",
14 "react-native": "0.73.0" 14 "react-native": "0.73.0",
15 "react-native-ble-manager": "^11.0.5",
16 "react-native-toast-message": "^2.1.8"
15 }, 17 },
16 "devDependencies": { 18 "devDependencies": {
17 "@babel/core": "^7.20.0", 19 "@babel/core": "^7.20.0",