mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 19:52:53 +00:00
feat: calendar plugin
This commit is contained in:
committed by
Rainer Killinger
parent
080e6fa3e8
commit
a57c3029df
17
package.json
17
package.json
@@ -54,18 +54,28 @@
|
||||
"@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",
|
||||
"@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",
|
||||
"@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",
|
||||
@@ -75,7 +85,9 @@
|
||||
"@openstapps/api": "0.38.0",
|
||||
"@openstapps/configuration": "0.29.0",
|
||||
"@openstapps/core": "0.63.0",
|
||||
"@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",
|
||||
@@ -121,6 +133,7 @@
|
||||
"@capacitor/ios": "3.3.2",
|
||||
"@compodoc/compodoc": "1.1.14",
|
||||
"@ionic/angular-toolkit": "4.0.0",
|
||||
"@ionic/cli": "6.18.1",
|
||||
"@types/deepmerge": "2.2.0",
|
||||
"@types/form-data": "2.5.0",
|
||||
"@types/jasmine": "3.9.1",
|
||||
@@ -142,7 +155,6 @@
|
||||
"is-docker": "1.1.0",
|
||||
"jasmine-core": "3.9.0",
|
||||
"jasmine-spec-reporter": "7.0.0",
|
||||
"jetifier": "2.0.0",
|
||||
"karma": "6.3.4",
|
||||
"karma-chrome-launcher": "3.1.0",
|
||||
"karma-coverage-istanbul-reporter": "3.0.3",
|
||||
@@ -159,6 +171,9 @@
|
||||
"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.",
|
||||
|
||||
Reference in New Issue
Block a user