From d67d3fcab9cf7d822c253d0b19a02f7f87b256d3 Mon Sep 17 00:00:00 2001 From: umasoodch Date: Wed, 8 Jun 2022 16:43:11 +0300 Subject: [PATCH] config package.json pushed --- Mohem/config.xml | 1 - Mohem/package.json | 25 +++++++++++++++++++++---- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/Mohem/config.xml b/Mohem/config.xml index 7bd7593b..67a91699 100644 --- a/Mohem/config.xml +++ b/Mohem/config.xml @@ -113,7 +113,6 @@ - diff --git a/Mohem/package.json b/Mohem/package.json index c1e0f5de..8258b570 100644 --- a/Mohem/package.json +++ b/Mohem/package.json @@ -35,7 +35,10 @@ "@ionic-native/device": "^5.18.0", "@ionic-native/diagnostic": "^5.18.0", "@ionic-native/file": "^5.18.0", + "@ionic-native/file-chooser": "^5.36.0", + "@ionic-native/file-opener": "^5.36.0", "@ionic-native/file-path": "^5.18.0", + "@ionic-native/file-picker": "^5.36.0", "@ionic-native/fingerprint-aio": "^5.18.0", "@ionic-native/firebase-x": "^5.36.0", "@ionic-native/geolocation": "^5.10.0", @@ -48,6 +51,7 @@ "@ionic-native/native-storage": "^5.17.0", "@ionic-native/nfc": "^5.30.0", "@ionic-native/open-native-settings": "^5.14.0", + "@ionic-native/sms-retriever": "^5.36.0", "@ionic-native/social-sharing": "^5.36.0", "@ionic-native/splash-screen": "^5.0.0", "@ionic-native/sqlite": "^5.18.0", @@ -71,6 +75,8 @@ "cordova-plugin-actionsheet": "^2.3.3", "cordova-plugin-add-swift-support": "^2.0.2", "cordova-plugin-android-permissions": "^1.0.2", + "cordova-plugin-androidx": "^3.0.0", + "cordova-plugin-androidx-adapter": "^1.1.3", "cordova-plugin-appavailability": "^0.4.2", "cordova-plugin-apprate": "^1.4.0", "cordova-plugin-badge": "^0.8.8", @@ -80,7 +86,10 @@ "cordova-plugin-device": "^2.0.3", "cordova-plugin-dialogs": "^2.0.2", "cordova-plugin-file": "^6.0.2", + "cordova-plugin-file-opener2": "^3.0.5", + "cordova-plugin-filechooser": "^1.2.0", "cordova-plugin-filepath": "^1.5.6", + "cordova-plugin-filepicker": "^1.1.6", "cordova-plugin-fingerprint-aio": "^3.0.0", "cordova-plugin-firebasex": "^13.0.1", "cordova-plugin-geolocation": "^4.0.2", @@ -90,6 +99,7 @@ "cordova-plugin-ionic-webview": "^4.1.0", "cordova-plugin-local-notification": "^0.9.0-beta.2", "cordova-plugin-nativestorage": "^2.3.2", + "cordova-plugin-sms-retriever-manager": "^1.0.3", "cordova-plugin-splashscreen": "^5.0.3", "cordova-plugin-statusbar": "^2.4.3", "cordova-plugin-themeablebrowser": "^0.2.18", @@ -104,7 +114,6 @@ "es6-promise-plugin": "^4.1.0", "ionic2-calendar": "^0.5.8", "ionic4-rating": "^1.0.9", - "mx.ferreyra.callnumber": "0.0.2", "ng-circle-progress": "^1.5.1", "ng2-file-upload": "^1.3.0", "ng2-pdf-viewer": "^5.3.2", @@ -162,7 +171,6 @@ "cordova-plugin-nativestorage": {}, "cordova-plugin-globalization": {}, "cordova-plugin-android-permissions": {}, - "mx.ferreyra.callnumber": {}, "cordova-plugin-badge": {}, "cordova-plugin-ionic-keyboard": {}, "cordova-plugin-datepicker": {}, @@ -212,7 +220,6 @@ "com.huawei.cordovahmsgmscheckplugin": {}, "com.huawei.cordovahmslocationplugin": {}, "cordova-plugin-x-socialsharing": {}, - "call-number": {}, "cordova-plugin-firebasex": { "FIREBASE_ANALYTICS_COLLECTION_ENABLED": "true", "FIREBASE_PERFORMANCE_COLLECTION_ENABLED": "true", @@ -235,7 +242,17 @@ "ANDROID_FIREBASE_CRASHLYTICS_NDK_VERSION": "18.1.0", "ANDROID_GSON_VERSION": "2.8.7", "ANDROID_FIREBASE_PERF_GRADLE_PLUGIN_VERSION": "1.4.0" - } + }, + "cordova-plugin-sms-retriever-manager": { + "PLAY_SERVICES_VERSION": "15.0.1" + }, + "cordova-plugin-filepicker": {}, + "cordova-plugin-filechooser": {}, + "cordova-plugin-file-opener2": { + "ANDROID_SUPPORT_V4_VERSION": "27.+" + }, + "cordova-plugin-androidx": {}, + "cordova-plugin-androidx-adapter": {} }, "platforms": [ "browser",