|
|
|
|
@ -35,8 +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.34.0",
|
|
|
|
|
"@ionic-native/geolocation": "^5.10.0",
|
|
|
|
|
@ -83,7 +85,9 @@
|
|
|
|
|
"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.0",
|
|
|
|
|
"cordova-plugin-geolocation": "^4.0.2",
|
|
|
|
|
@ -241,11 +245,13 @@
|
|
|
|
|
},
|
|
|
|
|
"cordova-plugin-file-opener2": {
|
|
|
|
|
"ANDROID_SUPPORT_V4_VERSION": "27.+"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"cordova-plugin-filepicker": {},
|
|
|
|
|
"cordova-plugin-filechooser": {}
|
|
|
|
|
},
|
|
|
|
|
"platforms": [
|
|
|
|
|
"android",
|
|
|
|
|
"ios"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|