mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
"acept"
This commit is contained in:
+57
-13
@@ -6,7 +6,7 @@
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve --port 4200",
|
||||
"build": "ng build",
|
||||
"build": "node --max_old_space_size=999192 ./node_modules/@angular/cli/bin/ng build",
|
||||
"lint": "ng lint",
|
||||
"e2e": "ng e2e",
|
||||
"test": "jest --detectOpenHandles --runInBand",
|
||||
@@ -31,6 +31,16 @@
|
||||
"@angular/platform-browser": "~12.1.2",
|
||||
"@angular/platform-browser-dynamic": "~12.1.2",
|
||||
"@angular/router": "~12.1.2",
|
||||
"@capacitor/android": "3.3.1",
|
||||
"@capacitor/app": "^1.0.5",
|
||||
"@capacitor/camera": "^1.2.0",
|
||||
"@capacitor/core": "^3.3.0",
|
||||
"@capacitor/filesystem": "^1.0.6",
|
||||
"@capacitor/haptics": "^1.1.2",
|
||||
"@capacitor/ios": "3.3.0",
|
||||
"@capacitor/keyboard": "^1.1.2",
|
||||
"@capacitor/network": "^1.0.6",
|
||||
"@capacitor/push-notifications": "^1.0.7",
|
||||
"@fortawesome/angular-fontawesome": "^0.9.0",
|
||||
"@fortawesome/fontawesome-free": "^5.15.3",
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.35",
|
||||
@@ -42,20 +52,25 @@
|
||||
"@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",
|
||||
"@ionic-native/http": "^5.31.1",
|
||||
"@ionic-native/image-picker": "^5.36.0",
|
||||
"@ionic-native/in-app-browser": "^5.28.0",
|
||||
"@ionic-native/ionic-webview": "^5.35.0",
|
||||
"@ionic-native/local-notifications": "^4.20.0",
|
||||
"@ionic-native/media": "^5.36.0",
|
||||
"@ionic-native/media-capture": "^5.36.0",
|
||||
"@ionic-native/network": "^5.36.0",
|
||||
"@ionic-native/photo-viewer": "^5.36.0",
|
||||
"@ionic-native/screen-orientation": "^5.35.0",
|
||||
"@ionic-native/splash-screen": "^5.31.1",
|
||||
"@ionic-native/sqlite": "^5.36.0",
|
||||
"@ionic-native/sqlite-porter": "^4.20.0",
|
||||
"@ionic-native/status-bar": "^5.0.0",
|
||||
"@ionic-native/streaming-media": "^5.36.0",
|
||||
"@ionic-native/wheel-selector": "^5.31.1",
|
||||
"@ionic/angular": "^5.8.4",
|
||||
"@ionic/core": "^5.8.1",
|
||||
@@ -68,11 +83,14 @@
|
||||
"@types/jest-environment-puppeteer": "^4.4.1",
|
||||
"@types/puppeteer": "^5.4.4",
|
||||
"angular-calendar": "^0.28.22",
|
||||
"angular-svg-icon": "^12.0.0",
|
||||
"angular-tag-cloud-module": "^5.2.2",
|
||||
"bootstrap": "^4.5.0",
|
||||
"build": "0.1.4",
|
||||
"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",
|
||||
@@ -84,18 +102,17 @@
|
||||
"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",
|
||||
"ibm-mfp-web-push": "^8.0.2020052213",
|
||||
"ibm-mfp-web-sdk": "^8.0.2021021706",
|
||||
"ionic-angular": "^3.9.10",
|
||||
"ionic-selectable": "^4.7.1",
|
||||
"ionic2-alpha-scroll": "^2.0.1",
|
||||
"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",
|
||||
@@ -121,6 +138,7 @@
|
||||
"@angular/compiler": "^12.1.2",
|
||||
"@angular/compiler-cli": "^12.1.2",
|
||||
"@angular/language-service": "^12.1.2",
|
||||
"@capacitor/cli": "^3.3.0",
|
||||
"@ionic/angular-toolkit": "^4.0.0",
|
||||
"@ionic/lab": "3.1.7",
|
||||
"@types/jasmine": "~3.6.0",
|
||||
@@ -128,12 +146,13 @@
|
||||
"@types/jest": "^26.0.24",
|
||||
"@types/node": "^12.11.1",
|
||||
"codelyzer": "^6.0.0",
|
||||
"com-sarriaroman-photoviewer": "^1.2.5",
|
||||
"cordova-android": "^9.1.0",
|
||||
"cordova-android-support-gradle-release": "^3.0.1",
|
||||
"cordova-browser": "^6.0.0",
|
||||
"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",
|
||||
@@ -143,11 +162,8 @@
|
||||
"cordova-plugin-ionic-keyboard": "^2.2.0",
|
||||
"cordova-plugin-ionic-webview": "^5.0.0",
|
||||
"cordova-plugin-media": "^5.0.3",
|
||||
"cordova-plugin-mfp": "^8.0.2021031007",
|
||||
"cordova-plugin-mfp-jsonstore": "^8.0.2021062408",
|
||||
"cordova-plugin-mfp-push": "^8.0.2021062405",
|
||||
"cordova-plugin-media-capture": "^3.0.3",
|
||||
"cordova-plugin-network-information": "^3.0.0",
|
||||
"cordova-plugin-screen-orientation": "^3.0.2",
|
||||
"cordova-plugin-splashscreen": "^5.0.2",
|
||||
"cordova-plugin-statusbar": "^2.4.2",
|
||||
"cordova-plugin-whitelist": "^1.3.4",
|
||||
@@ -178,15 +194,43 @@
|
||||
"cordova-plugin-inappbrowser": {},
|
||||
"cordova-sqlite-storage": {},
|
||||
"cordova-plugin-compat": {},
|
||||
"cordova-plugin-mfp": {},
|
||||
"cordova-plugin-androidx": {},
|
||||
"cordova-plugin-androidx-adapter": {},
|
||||
"cordova-plugin-fingerprint-aio": {},
|
||||
"cordova-plugin-mfp-push": {},
|
||||
"cordova-plugin-mfp-jsonstore": {},
|
||||
"cordova-plugin-ionic-webview": {},
|
||||
"cordova-plugin-screen-orientation": {},
|
||||
"cordova-plugin-network-information": {}
|
||||
"cordova-plugin-network-information": {},
|
||||
"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