mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
Merge branch 'developer' of https://bitbucket.org/equilibriumito/gabinete-digital into developer
This commit is contained in:
+38
-4
@@ -31,7 +31,8 @@
|
||||
"@angular/platform-browser": "~12.1.2",
|
||||
"@angular/platform-browser-dynamic": "~12.1.2",
|
||||
"@angular/router": "~12.1.2",
|
||||
"@capacitor/android": "3.3.0",
|
||||
"@capacitor/android": "^3.3.0",
|
||||
"@capacitor/app": "^1.0.5",
|
||||
"@capacitor/core": "^3.3.0",
|
||||
"@capacitor/filesystem": "^1.0.6",
|
||||
"@capacitor/haptics": "^1.1.3",
|
||||
@@ -47,6 +48,7 @@
|
||||
"@fullcalendar/interaction": "^5.3.0",
|
||||
"@ionic-native/camera": "^5.31.1",
|
||||
"@ionic-native/core": "^5.0.7",
|
||||
"@ionic-native/fcm": "^5.36.0",
|
||||
"@ionic-native/file": "^5.36.0",
|
||||
"@ionic-native/file-path": "^5.30.0",
|
||||
"@ionic-native/fingerprint-aio": "^4.20.0",
|
||||
@@ -84,6 +86,7 @@
|
||||
"capacitor-voice-recorder": "^2.0.0",
|
||||
"ci": "^2.1.1",
|
||||
"cordova": "^10.0.0",
|
||||
"cordova-plugin-dbcopy": "git+https://github.com/an-rahulpandey/cordova-plugin-dbcopy.git",
|
||||
"cordova-plugin-filepath": "^1.5.8",
|
||||
"cordova-plugin-okhttp": "^2.0.0",
|
||||
"cordova-res": "^0.15.3",
|
||||
@@ -95,6 +98,7 @@
|
||||
"dotenv": "^10.0.0",
|
||||
"duration": "^0.2.2",
|
||||
"faker": "^5.5.3",
|
||||
"firebase": "^9.3.0",
|
||||
"global": "^4.4.0",
|
||||
"hammerjs": "^2.0.8",
|
||||
"http-server": "^0.12.3",
|
||||
@@ -104,7 +108,7 @@
|
||||
"ionic2-calendar": "^0.6.6",
|
||||
"ionicons": "^5.5.3",
|
||||
"jest-puppeteer": "^5.0.4",
|
||||
"jetifier": "^1.6.6",
|
||||
"jetifier": "^1.6.8",
|
||||
"lite-server": "^2.6.1",
|
||||
"moment": "^2.29.1",
|
||||
"ng2-pdf-viewer": "^7.0.1",
|
||||
@@ -145,7 +149,6 @@
|
||||
"cordova-plugin-androidx": "^3.0.0",
|
||||
"cordova-plugin-androidx-adapter": "^1.1.3",
|
||||
"cordova-plugin-compat": "^1.2.0",
|
||||
"cordova-plugin-crosswalk-webview": "git+https://github.com/crosswalk-project/cordova-plugin-crosswalk-webview.git",
|
||||
"cordova-plugin-device": "^2.0.2",
|
||||
"cordova-plugin-dialogs": "^2.0.2",
|
||||
"cordova-plugin-file": "^6.0.2",
|
||||
@@ -162,6 +165,7 @@
|
||||
"cordova-plugin-streaming-media": "^2.3.0",
|
||||
"cordova-plugin-telerik-imagepicker": "^2.3.6",
|
||||
"cordova-plugin-whitelist": "^1.3.4",
|
||||
"es6-promise-plugin": "^4.2.2",
|
||||
"jasmine-core": "~3.6.0",
|
||||
"jasmine-spec-reporter": "~5.0.0",
|
||||
"jest": "^27.0.6",
|
||||
@@ -194,7 +198,37 @@
|
||||
"cordova-plugin-ionic-webview": {},
|
||||
"cordova-plugin-screen-orientation": {},
|
||||
"cordova-plugin-network-information": {},
|
||||
"cordova-plugin-file": {}
|
||||
"cordova-plugin-file": {},
|
||||
"cordova-plugin-firebasex": {
|
||||
"FIREBASE_ANALYTICS_COLLECTION_ENABLED": "true",
|
||||
"FIREBASE_PERFORMANCE_COLLECTION_ENABLED": "true",
|
||||
"FIREBASE_CRASHLYTICS_COLLECTION_ENABLED": "true",
|
||||
"ANDROID_ICON_ACCENT": "#FF00FFFF",
|
||||
"ANDROID_FIREBASE_PERFORMANCE_MONITORING": "false",
|
||||
"ANDROID_PLAY_SERVICES_TAGMANAGER_VERSION": "17.0.0",
|
||||
"ANDROID_PLAY_SERVICES_AUTH_VERSION": "19.0.0",
|
||||
"ANDROID_FIREBASE_ANALYTICS_VERSION": "19.0.0",
|
||||
"ANDROID_FIREBASE_MESSAGING_VERSION": "22.0.0",
|
||||
"ANDROID_FIREBASE_CONFIG_VERSION": "21.0.0",
|
||||
"ANDROID_FIREBASE_PERF_VERSION": "20.0.2",
|
||||
"ANDROID_FIREBASE_AUTH_VERSION": "21.0.1",
|
||||
"ANDROID_FIREBASE_INAPPMESSAGING_VERSION": "20.0.0",
|
||||
"ANDROID_FIREBASE_FIRESTORE_VERSION": "23.0.2",
|
||||
"ANDROID_FIREBASE_FUNCTIONS_VERSION": "20.0.0",
|
||||
"ANDROID_FIREBASE_IID_VERSION": "21.1.0",
|
||||
"ANDROID_FIREBASE_INSTALLATIONS_VERSION": "17.0.0",
|
||||
"ANDROID_FIREBASE_CRASHLYTICS_VERSION": "18.1.0",
|
||||
"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-fcm-with-dependecy-updated": {
|
||||
"ANDROID_FCM_VERSION": "19.0.0",
|
||||
"ANDROID_GRADLE_TOOLS_VERSION": "3.5.3",
|
||||
"ANDROID_GOOGLE_SERVICES_VERSION": "4.3.3",
|
||||
"ANDROID_DEFAULT_NOTIFICATION_ICON": "@mipmap/ic_launcher"
|
||||
},
|
||||
"cordova-plugin-dbcopy": {}
|
||||
},
|
||||
"platforms": [
|
||||
"browser",
|
||||
|
||||
Reference in New Issue
Block a user