summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/package.json b/package.json
index 2b16a58..961302d 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,6 @@
3 "version": "0.0.1", 3 "version": "0.0.1",
4 "private": true, 4 "private": true,
5 "scripts": { 5 "scripts": {
6 "postinstall": "patch-package",
7 "android": "react-native run-android", 6 "android": "react-native run-android",
8 "ios": "react-native run-ios", 7 "ios": "react-native run-ios",
9 "lint": "eslint .", 8 "lint": "eslint .",
@@ -11,9 +10,8 @@
11 "test": "jest" 10 "test": "jest"
12 }, 11 },
13 "dependencies": { 12 "dependencies": {
14 "@ihealth/ihealthlibrary-react-native": "^1.5.0", 13 "@ihealth/ihealthlibrary-react-native": "file:./libs/ihealth-sdk",
15 "@react-native/new-app-screen": "0.85.0", 14 "@react-native/new-app-screen": "0.85.0",
16 "patch-package": "^8.0.1",
17 "react": "19.2.3", 15 "react": "19.2.3",
18 "react-native": "0.85.0", 16 "react-native": "0.85.0",
19 "react-native-safe-area-context": "^5.5.2" 17 "react-native-safe-area-context": "^5.5.2"