| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- {
- "name": "hp",
- "version": "0.0.1",
- "author": "Ionic Framework",
- "homepage": "https://ionicframework.com/",
- "scripts": {
- "ng": "ng",
- "start": "ng serve",
- "build": "ng build",
- "test": "ng test",
- "lint": "ng lint",
- "e2e": "ng e2e"
- },
- "private": true,
- "dependencies": {
- "@angular/common": "~12.1.1",
- "@angular/compiler": "~12.1.1",
- "@angular/core": "~12.1.1",
- "@angular/forms": "~12.1.1",
- "@angular/platform-browser": "~12.1.1",
- "@angular/platform-browser-dynamic": "~12.1.1",
- "@angular/router": "~12.1.1",
- "@fortawesome/angular-fontawesome": "^0.9.0",
- "@fortawesome/fontawesome-free": "^5.15.4",
- "@fortawesome/fontawesome-svg-core": "^1.2.36",
- "@fortawesome/free-brands-svg-icons": "^5.15.4",
- "@fortawesome/free-regular-svg-icons": "^5.15.4",
- "@fortawesome/free-solid-svg-icons": "^5.15.4",
- "@ionic-native/call-number": "^5.22.0-beta-1",
- "@ionic-native/core": "^5.36.0",
- "@ionic-native/email-composer": "^5.36.0",
- "@ionic-native/geolocation": "^5.36.0",
- "@ionic-native/http": "^5.36.0",
- "@ionic-native/native-geocoder": "^5.36.0",
- "@ionic/angular": "^5.5.2",
- "ionic-img-viewer": "^2.9.0",
- "rxjs": "~6.6.0",
- "tslib": "^2.2.0",
- "zone.js": "~0.11.4"
- },
- "devDependencies": {
- "@angular-devkit/build-angular": "~12.1.1",
- "@angular-eslint/builder": "~12.0.0",
- "@angular-eslint/eslint-plugin": "~12.0.0",
- "@angular-eslint/eslint-plugin-template": "~12.0.0",
- "@angular-eslint/template-parser": "~12.0.0",
- "@angular/cli": "^12.2.2",
- "@angular/compiler": "~12.1.1",
- "@angular/compiler-cli": "~12.1.1",
- "@angular/language-service": "~12.0.1",
- "@ionic/angular-toolkit": "^4.0.0",
- "@types/jasmine": "~3.6.0",
- "@types/jasminewd2": "~2.0.3",
- "@types/node": "^12.11.1",
- "@typescript-eslint/eslint-plugin": "4.16.1",
- "@typescript-eslint/parser": "4.16.1",
- "call-number": "^1.0.1",
- "cordova-ios": "^6.2.0",
- "cordova-plugin-add-swift-support": "^1.7.2",
- "cordova-plugin-advanced-http": "^3.2.0",
- "cordova-plugin-device": "2.0.2",
- "cordova-plugin-email-composer": "^0.9.2",
- "cordova-plugin-file": "^6.0.2",
- "cordova-plugin-geolocation": "^4.1.0",
- "cordova-plugin-googlemaps": "^2.7.1",
- "cordova-plugin-googlemaps-sdk": "github:mapsplugin/cordova-plugin-googlemaps-sdk",
- "cordova-plugin-ionic-keyboard": "^2.0.5",
- "cordova-plugin-ionic-webview": "^4.0.0",
- "cordova-plugin-nativegeocoder": "^3.4.1",
- "cordova-plugin-splashscreen": "5.0.2",
- "cordova-plugin-statusbar": "2.4.2",
- "cordova-plugin-whitelist": "^1.3.3",
- "eslint": "^7.6.0",
- "eslint-plugin-import": "2.22.1",
- "eslint-plugin-jsdoc": "30.7.6",
- "eslint-plugin-prefer-arrow": "1.2.2",
- "jasmine-core": "~3.8.0",
- "jasmine-spec-reporter": "~5.0.0",
- "karma": "~6.3.2",
- "karma-chrome-launcher": "~3.1.0",
- "karma-coverage": "~2.0.3",
- "karma-coverage-istanbul-reporter": "~3.0.2",
- "karma-jasmine": "~4.0.0",
- "karma-jasmine-html-reporter": "^1.5.0",
- "mx.ferreyra.callnumber": "0.0.2",
- "protractor": "~7.0.0",
- "ts-node": "~8.3.0",
- "typescript": "~4.2.4"
- },
- "description": "An Ionic project",
- "cordova": {
- "plugins": {
- "cordova-plugin-whitelist": {},
- "cordova-plugin-statusbar": {},
- "cordova-plugin-device": {},
- "cordova-plugin-splashscreen": {},
- "cordova-plugin-ionic-webview": {},
- "cordova-plugin-ionic-keyboard": {},
- "cordova-plugin-geolocation": {},
- "cordova-plugin-nativegeocoder": {
- "LOCATION_WHEN_IN_USE_DESCRIPTION": "Use geocoder service"
- },
- "mx.ferreyra.callnumber": {},
- "cordova-plugin-email-composer": {},
- "call-number": {}
- },
- "platforms": [
- "ios"
- ]
- }
- }
|