Recently I released my app on play store. the play store crashing details are attached.
Can some body tell me about the issue. thanks in advance.
my package.json is
{
"name": "",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "node --max_old_space_size=8192 ./node_modules/@angular/cli/bin/ng serve --port 4500 -o",
"build": "node --max_old_space_size=8192 ./node_modules/@angular/cli/bin/ng build",
"prod": "ng build --prod",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"postinstall": "ngcc",
"resources": "cordova-res ios && cordova-res android && node scripts/resources.js"
},
"private": true,
"dependencies": {
"@amcharts/amcharts4": "^4.10.25",
"@angular/animations": "~13.1.3",
"@angular/cdk": "^13.1.1",
"@angular/cdk-experimental": "^13.1.1",
"@angular/common": "~13.1.3",
"@angular/compiler": "~13.1.3",
"@angular/core": "^13.2.4",
"@angular/forms": "~13.1.3",
"@angular/platform-browser": "~13.1.3",
"@angular/platform-browser-dynamic": "~13.1.3",
"@angular/router": "~13.1.3",
"@angular/service-worker": "^13.1.3",
"@bryntum/calendar": "npm:@bryntum/calendar@5.2.9",
"@bryntum/calendar-angular": "5.2.9",
"@bryntum/demo-resources": "1.1.0",
"@bryntum/gantt": "npm:@bryntum/gantt@5.2.8",
"@bryntum/gantt-angular": "5.2.8",
"@bryntum/scheduler": "npm:@bryntum/scheduler@5.2.8",
"@bryntum/scheduler-angular": "5.2.8",
"@capacitor-community/camera-preview": "^2.1.0",
"@capacitor-community/media": "^3.0.0",
"@capacitor/android": "^3.4.0",
"@capacitor/app": "^1.1.1",
"@capacitor/camera": "^1.3.1",
"@capacitor/clipboard": "^1.0.8",
"@capacitor/core": "^3.4.0",
"@capacitor/device": "^1.1.2",
"@capacitor/filesystem": "^1.1.0",
"@capacitor/haptics": "^1.1.4",
"@capacitor/ios": "^3.4.0",
"@capacitor/network": "^1.0.7",
"@capacitor/push-notifications": "^1.0.9",
"@capacitor/splash-screen": "^1.2.2",
"@capacitor/status-bar": "^1.0.8",
"@capacitor/storage": "^1.2.4",
"@ckeditor/ckeditor5-angular": "^2.0.2",
"@fireflysemantics/angular-stripe-service": "^1.0.6",
"@fullcalendar/angular": "^5.10.1",
"@fullcalendar/daygrid": "^5.10.1",
"@fullcalendar/interaction": "^5.10.1",
"@fullcalendar/timegrid": "^5.10.1",
"@ionic-native/core": "^5.36.0",
"@ionic-native/pdf-generator": "^5.36.0",
"@ionic/angular": "^6.0.9",
"@ionic/storage": "^3.0.6",
"@ionic/storage-angular": "^3.0.6",
"@microsoft/signalr": "^5.0.10",
"@ngrx/data": "13.2.0",
"@ngrx/effects": "13.2.0",
"@ngrx/entity": "13.2.0",
"@ngrx/store": "13.2.0",
"@ngrx/store-devtools": "13.2.0",
"@ngx-loading-bar/core": "^6.0.2",
"@ngx-loading-bar/router": "^6.0.2",
"@pqina/angular-pintura": "^8.31.1",
"@pqina/pintura": "^8.31.1",
"@transistorsoft/capacitor-background-fetch": "^0.0.4",
"@transistorsoft/capacitor-background-geolocation": "^4.10.0",
"bootstrap": "^4.6.0",
"capacitor-native-settings": "^0.2.1",
"cordova-pdf-generator": "^2.1.1",
"cordova-plugin-screen-orientation": "^3.0.2",
"dexie": "^3.0.3",
"dromo-uploader-js": "^1.2.17",
"es6-promise-plugin": "^4.2.2",
"file-saver": "^2.0.5",
"google-libphonenumber": "^3.2.24",
"google-maps": "^4.3.3",
"heic2any": "0.0.3",
"intl-tel-input": "17.0.13",
"ionicons": "^6.0.1",
"libphonenumber-js": "^1.10.18",
"lodash": "^4.17.21",
"mapbox-gl": "^2.7.0",
"mobile-drag-drop": "^3.0.0-beta.0",
"moment": "^2.29.1",
"moment-timezone-picker": "^5.0.2",
"ng2-tooltip-directive": "^2.10.3",
"ngx-bootstrap": "^8.0.0",
"ngx-drag-drop": "^13.0.1",
"ngx-infinite-scroll": "^10.0.1",
"ngx-intl-tel-input": "3.1.1",
"photoswipe": "^4.1.3",
"primeng": "13.4.1",
"rrule": "2.6.8",
"rxjs": "~6.6.0",
"stream": "0.0.2",
"timers": "^0.1.1",
"tippy.js": "^6.3.7",
"tslib": "^2.3.0",
"uninstall": "^0.0.0",
"xml2js": "^0.4.23",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.3.10",
"@angular/cli": "~13.1.4",
"@angular/compiler-cli": "~13.1.3",
"@capacitor/cli": "3.4.0",
"@ionic/angular-toolkit": "^6.1.0",
"@types/file-saver": "^2.0.5",
"@types/google-libphonenumber": "^7.4.23",
"@types/jasmine": "~3.8.0",
"@types/lodash": "^4.14.182",
"@types/mapbox-gl": "^2.7.2",
"@types/node": "^12.11.1",
"@types/photoswipe": "^4.1.2",
"@types/xml2js": "^0.4.11",
"capacitor-set-version": "^2.0.7",
"cordova-res": "^0.15.4",
"jasmine-core": "~3.8.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"typescript": "~4.5.5"
}
}