Created
June 20, 2022 04:22
-
-
Save vaibhavgehani/9c8f931b0862719277e9e2d107e73707 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "cordovaToCapacitor", | |
| "version": "2.1.0", | |
| "author": "Enappd", | |
| "homepage": "https://enappd.com", | |
| "scripts": { | |
| "ng": "ng", | |
| "start": "ng serve", | |
| "build": "ng build", | |
| "test": "ng test", | |
| "lint": "ng lint", | |
| "e2e": "ng e2e" | |
| }, | |
| "private": true, | |
| "dependencies": { | |
| "@agm/core": "^1.1.0", | |
| "@angular/common": "^12.2.2", | |
| "@angular/core": "^12.2.2", | |
| "@angular/fire": "^6.1.5", | |
| "@angular/forms": "^12.2.2", | |
| "@angular/platform-browser": "^12.2.2", | |
| "@angular/platform-browser-dynamic": "^12.2.2", | |
| "@angular/router": "^12.2.2", | |
| "@ionic-native/call-number": "^5.23.0", | |
| "@ionic-native/camera": "^5.23.0", | |
| "@ionic-native/core": "^5.23.0", | |
| "@ionic-native/fcm": "^5.26.0", | |
| "@ionic-native/geolocation": "^5.23.0", | |
| "@ionic-native/in-app-browser": "^5.23.0", | |
| "@ionic-native/launch-navigator": "^5.23.0", | |
| "@ionic-native/native-page-transitions": "^5.23.0", | |
| "@ionic-native/screen-orientation": "^5.23.0", | |
| "@ionic-native/social-sharing": "^5.23.0", | |
| "@ionic-native/splash-screen": "^5.23.0", | |
| "@ionic-native/status-bar": "^5.23.0", | |
| "@ionic/angular": "^5.6.14", | |
| "@ionic/pwa-elements": "^3.0.2", | |
| "@ionic/storage": "2.2.0", | |
| "agm-direction": "^0.7.5", | |
| "angular2-uuid": "^1.1.1", | |
| "call-number": "^1.0.1", | |
| "cordova-android": "^8.1.0", | |
| "cordova-plugin-actionsheet": "^2.3.3", | |
| "cordova-plugin-camera": "^4.0.3", | |
| "cordova-plugin-device": "^2.0.2", | |
| "cordova-plugin-dialogs": "^2.0.1", | |
| "cordova-plugin-fcm-with-dependecy-updated": "^6.3.1", | |
| "cordova-plugin-file": "^6.0.2", | |
| "cordova-plugin-geolocation": "^4.0.1", | |
| "cordova-plugin-inappbrowser": "^3.2.0", | |
| "cordova-plugin-ionic-keyboard": "^2.1.3", | |
| "cordova-plugin-ionic-webview": "^4.0.1", | |
| "cordova-plugin-screen-orientation": "^3.0.1", | |
| "cordova-plugin-splashscreen": "^5.0.2", | |
| "cordova-plugin-statusbar": "^2.4.2", | |
| "cordova-plugin-whitelist": "^1.3.3", | |
| "cordova-plugin-x-socialsharing": "^5.4.4", | |
| "core-js": "^3.16.2", | |
| "es6-promise-plugin": "^4.2.2", | |
| "firebase": "^8.10.0", | |
| "geofirestore": "^4.4.2", | |
| "ng-packagr": "^5.3.0", | |
| "rxjs": "^7.3.0", | |
| "tslib": "^2.3.1", | |
| "zone.js": "^0.11.4" | |
| }, | |
| "devDependencies": { | |
| "@angular-devkit/architect": "^0.1202.2", | |
| "@angular-devkit/build-angular": "^12.2.2", | |
| "@angular-devkit/core": "^12.2.2", | |
| "@angular-devkit/schematics": "^12.2.2", | |
| "@angular-eslint/builder": "12.3.1", | |
| "@angular-eslint/eslint-plugin": "12.3.1", | |
| "@angular-eslint/eslint-plugin-template": "12.3.1", | |
| "@angular-eslint/template-parser": "12.3.1", | |
| "@angular/cli": "^12.2.2", | |
| "@angular/compiler": "^12.2.2", | |
| "@angular/compiler-cli": "^12.2.2", | |
| "@angular/language-service": "^12.2.2", | |
| "@ionic/angular-toolkit": "^4.0.0", | |
| "@types/jasmine": "~3.3.8", | |
| "@types/jasminewd2": "~2.0.3", | |
| "@types/node": "^16.6.2", | |
| "@typescript-eslint/eslint-plugin": "4.28.2", | |
| "@typescript-eslint/parser": "4.28.2", | |
| "codelyzer": "^5.0.0", | |
| "eslint": "^7.26.0", | |
| "eslint-plugin-import": "2.22.1", | |
| "eslint-plugin-jsdoc": "30.7.6", | |
| "eslint-plugin-prefer-arrow": "1.2.2", | |
| "ts-node": "~8.1.0", | |
| "tslint": "~5.15.0", | |
| "typescript": "~4.2.4" | |
| }, | |
| "description": "An Ionic project", | |
| "cordova": { | |
| "plugins": { | |
| "cordova-plugin-camera": { | |
| "ANDROID_SUPPORT_V4_VERSION": "27.+" | |
| }, | |
| "cordova-plugin-geolocation": { | |
| "GEOLOCATION_USAGE_DESCRIPTION": "To locate you" | |
| }, | |
| "cordova-plugin-whitelist": {}, | |
| "cordova-plugin-statusbar": {}, | |
| "cordova-plugin-device": {}, | |
| "cordova-plugin-splashscreen": {}, | |
| "cordova-plugin-ionic-webview": { | |
| "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" | |
| }, | |
| "cordova-plugin-ionic-keyboard": {}, | |
| "call-number": {}, | |
| "cordova-plugin-x-socialsharing": { | |
| "ANDROID_SUPPORT_V4_VERSION": "24.1.1+", | |
| "PHOTO_LIBRARY_ADD_USAGE_DESCRIPTION": "This app requires photo library access to function properly.", | |
| "PHOTO_LIBRARY_USAGE_DESCRIPTION": "This app requires photo library access to function properly." | |
| }, | |
| "cordova-plugin-inappbrowser": {}, | |
| "cordova-plugin-file": {}, | |
| "cordova-plugin-fcm-with-dependecy-updated": { | |
| "FCM_VERSION": "19.0.0", | |
| "GRADLE_TOOLS_VERSION": "3.5.3", | |
| "GOOGLE_SERVICES_VERSION": "4.3.3", | |
| "SUPPORT_LIBRARY_VERSION": "28.0.0", | |
| "ANDROID_DEFAULT_NOTIFICATION_ICON": "@mipmap/ic_launcher" | |
| } | |
| }, | |
| "platforms": [ | |
| "ios", | |
| "android" | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment