Created
June 20, 2022 06:29
-
-
Save vaibhavgehani/fdfb1fd366b3418ce36a734e3680236b 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", | |
| "@capacitor/core": "3.5.1", | |
| "@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", | |
| "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", | |
| "@capacitor/cli": "3.5.1", | |
| "@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" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment