mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 16:42:56 +00:00
refactor: migrate all cordova plugins to capacitor
This commit is contained in:
committed by
Rainer Killinger
parent
cdb6ac4084
commit
75f4644940
68
package.json
68
package.json
@@ -31,6 +31,7 @@
|
||||
"lint": "ng lint",
|
||||
"lint:fix": "eslint --fix -c .eslintrc.json --ignore-path .eslintignore --ext .ts,.html src/",
|
||||
"ng": "ng",
|
||||
"postinstall": "npx jetify",
|
||||
"postversion": "npm run changelog && npm run licenses",
|
||||
"pree2e": "webdriver-manager clean && webdriver-manager update --gecko false --versions.chrome $(google-chrome --product-version)",
|
||||
"prepublishOnly": "npm ci && npm run build",
|
||||
@@ -54,30 +55,26 @@
|
||||
"@angular/router": "12.2.13",
|
||||
"@asymmetrik/ngx-leaflet": "8.1.0",
|
||||
"@asymmetrik/ngx-leaflet-markercluster": "5.0.1",
|
||||
"@awesome-cordova-plugins/calendar": "5.37.1",
|
||||
"@awesome-cordova-plugins/core": "5.37.1",
|
||||
"@awesome-cordova-plugins/calendar": "5.39.1",
|
||||
"@awesome-cordova-plugins/core": "5.39.1",
|
||||
"@capacitor-community/http": "1.4.1",
|
||||
"@capacitor/app": "1.0.6",
|
||||
"@capacitor/browser": "1.0.6",
|
||||
"@capacitor/core": "3.3.1",
|
||||
"@capacitor/device": "1.1.0",
|
||||
"@capacitor/dialog": "1.0.6",
|
||||
"@capacitor/filesystem": "1.0.6",
|
||||
"@capacitor/haptics": "1.1.3",
|
||||
"@capacitor/keyboard": "1.1.3",
|
||||
"@capacitor/local-notifications": "1.0.9",
|
||||
"@capacitor/share": "1.0.7",
|
||||
"@capacitor/splash-screen": "1.1.6",
|
||||
"@capacitor/status-bar": "1.0.6",
|
||||
"@capacitor/storage": "1.2.3",
|
||||
"@capacitor/app": "1.1.0",
|
||||
"@capacitor/browser": "1.0.7",
|
||||
"@capacitor/core": "3.4.1",
|
||||
"@capacitor/device": "1.1.2",
|
||||
"@capacitor/dialog": "1.0.7",
|
||||
"@capacitor/filesystem": "1.1.0",
|
||||
"@capacitor/geolocation": "1.3.1",
|
||||
"@capacitor/haptics": "1.1.4",
|
||||
"@capacitor/keyboard": "1.2.2",
|
||||
"@capacitor/local-notifications": "1.1.0",
|
||||
"@capacitor/network": "1.0.7",
|
||||
"@capacitor/share": "1.1.1",
|
||||
"@capacitor/splash-screen": "1.2.2",
|
||||
"@capacitor/status-bar": "1.0.8",
|
||||
"@capacitor/storage": "1.2.4",
|
||||
"@ionic-native/core": "5.36.0",
|
||||
"@ionic-native/diagnostic": "5.36.0",
|
||||
"@ionic-native/dialogs": "5.36.0",
|
||||
"@ionic-native/file": "5.36.0",
|
||||
"@ionic-native/file-opener": "5.36.0",
|
||||
"@ionic-native/file-transfer": "5.36.0",
|
||||
"@ionic-native/geolocation": "5.36.0",
|
||||
"@ionic-native/network": "5.36.0",
|
||||
"@ionic/angular": "5.7.0",
|
||||
"@ionic/storage-angular": "3.0.6",
|
||||
"@ngx-translate/core": "13.0.0",
|
||||
@@ -88,12 +85,7 @@
|
||||
"@transistorsoft/capacitor-background-fetch": "0.0.6",
|
||||
"capacitor-secure-storage-plugin": "0.6.2",
|
||||
"cordova-plugin-calendar": "5.1.5",
|
||||
"cordova-plugin-device": "2.0.3",
|
||||
"cordova-plugin-dialogs": "2.0.2",
|
||||
"cordova-plugin-geolocation": "4.1.0",
|
||||
"cordova-plugin-network-information": "2.0.2",
|
||||
"cordova-plugin-whitelist": "1.3.4",
|
||||
"cordova.plugins.diagnostic": "6.1.0",
|
||||
"cordova-plugin-file-opener2": "3.0.5",
|
||||
"core-js": "2.6.5",
|
||||
"deepmerge": "3.3.0",
|
||||
"form-data": "2.5.0",
|
||||
@@ -128,9 +120,9 @@
|
||||
"@angular/compiler": "12.2.13",
|
||||
"@angular/compiler-cli": "12.2.13",
|
||||
"@angular/language-service": "12.2.13",
|
||||
"@capacitor/android": "3.4.0",
|
||||
"@capacitor/cli": "3.3.2",
|
||||
"@capacitor/ios": "3.3.2",
|
||||
"@capacitor/android": "3.4.1",
|
||||
"@capacitor/cli": "3.4.1",
|
||||
"@capacitor/ios": "3.4.1",
|
||||
"@compodoc/compodoc": "1.1.14",
|
||||
"@ionic/angular-toolkit": "4.0.0",
|
||||
"@ionic/cli": "6.18.1",
|
||||
@@ -155,6 +147,7 @@
|
||||
"is-docker": "1.1.0",
|
||||
"jasmine-core": "3.9.0",
|
||||
"jasmine-spec-reporter": "7.0.0",
|
||||
"jetifier": "2.0.0",
|
||||
"karma": "6.3.16",
|
||||
"karma-chrome-launcher": "3.1.0",
|
||||
"karma-coverage-istanbul-reporter": "3.0.3",
|
||||
@@ -169,20 +162,7 @@
|
||||
"typescript": "4.3.5"
|
||||
},
|
||||
"cordova": {
|
||||
"plugins": {
|
||||
"cordova-plugin-whitelist": {},
|
||||
"cordova-plugin-file-transfer": {
|
||||
"ANDROID_SUPPORT_V4_VERSION": "27.+"
|
||||
},
|
||||
"cordova-plugin-device": {},
|
||||
"cordova-plugin-geolocation": {
|
||||
"GEOLOCATION_USAGE_DESCRIPTION": "The app will use your location to provide features for navigation or distances information.",
|
||||
"GPS_REQUIRED": "true"
|
||||
},
|
||||
"cordova.plugins.diagnostic": {
|
||||
"ANDROIDX_VERSION": "1.0.0"
|
||||
}
|
||||
},
|
||||
"plugins": {},
|
||||
"platforms": [
|
||||
"ios",
|
||||
"browser",
|
||||
|
||||
Reference in New Issue
Block a user