暫無描述

package.json 3.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "name": "hp",
  3. "version": "0.0.1",
  4. "author": "Ionic Framework",
  5. "homepage": "https://ionicframework.com/",
  6. "scripts": {
  7. "ng": "ng",
  8. "start": "ng serve",
  9. "build": "ng build",
  10. "test": "ng test",
  11. "lint": "ng lint",
  12. "e2e": "ng e2e"
  13. },
  14. "private": true,
  15. "dependencies": {
  16. "@angular/common": "~12.1.1",
  17. "@angular/compiler": "~12.1.1",
  18. "@angular/core": "~12.1.1",
  19. "@angular/forms": "~12.1.1",
  20. "@angular/platform-browser": "~12.1.1",
  21. "@angular/platform-browser-dynamic": "~12.1.1",
  22. "@angular/router": "~12.1.1",
  23. "@fortawesome/angular-fontawesome": "^0.9.0",
  24. "@fortawesome/fontawesome-free": "^5.15.4",
  25. "@fortawesome/fontawesome-svg-core": "^1.2.36",
  26. "@fortawesome/free-brands-svg-icons": "^5.15.4",
  27. "@fortawesome/free-regular-svg-icons": "^5.15.4",
  28. "@fortawesome/free-solid-svg-icons": "^5.15.4",
  29. "@ionic-native/call-number": "^5.22.0-beta-1",
  30. "@ionic-native/core": "^5.36.0",
  31. "@ionic-native/email-composer": "^5.36.0",
  32. "@ionic-native/geolocation": "^5.36.0",
  33. "@ionic-native/http": "^5.36.0",
  34. "@ionic-native/native-geocoder": "^5.36.0",
  35. "@ionic/angular": "^5.5.2",
  36. "ionic-img-viewer": "^2.9.0",
  37. "rxjs": "~6.6.0",
  38. "tslib": "^2.2.0",
  39. "zone.js": "~0.11.4"
  40. },
  41. "devDependencies": {
  42. "@angular-devkit/build-angular": "~12.1.1",
  43. "@angular-eslint/builder": "~12.0.0",
  44. "@angular-eslint/eslint-plugin": "~12.0.0",
  45. "@angular-eslint/eslint-plugin-template": "~12.0.0",
  46. "@angular-eslint/template-parser": "~12.0.0",
  47. "@angular/cli": "^12.2.2",
  48. "@angular/compiler": "~12.1.1",
  49. "@angular/compiler-cli": "~12.1.1",
  50. "@angular/language-service": "~12.0.1",
  51. "@ionic/angular-toolkit": "^4.0.0",
  52. "@types/jasmine": "~3.6.0",
  53. "@types/jasminewd2": "~2.0.3",
  54. "@types/node": "^12.11.1",
  55. "@typescript-eslint/eslint-plugin": "4.16.1",
  56. "@typescript-eslint/parser": "4.16.1",
  57. "call-number": "^1.0.1",
  58. "cordova-ios": "^6.2.0",
  59. "cordova-plugin-add-swift-support": "^1.7.2",
  60. "cordova-plugin-advanced-http": "^3.2.0",
  61. "cordova-plugin-device": "2.0.2",
  62. "cordova-plugin-email-composer": "^0.9.2",
  63. "cordova-plugin-file": "^6.0.2",
  64. "cordova-plugin-geolocation": "^4.1.0",
  65. "cordova-plugin-googlemaps": "^2.7.1",
  66. "cordova-plugin-googlemaps-sdk": "github:mapsplugin/cordova-plugin-googlemaps-sdk",
  67. "cordova-plugin-ionic-keyboard": "^2.0.5",
  68. "cordova-plugin-ionic-webview": "^4.0.0",
  69. "cordova-plugin-nativegeocoder": "^3.4.1",
  70. "cordova-plugin-splashscreen": "5.0.2",
  71. "cordova-plugin-statusbar": "2.4.2",
  72. "cordova-plugin-whitelist": "^1.3.3",
  73. "eslint": "^7.6.0",
  74. "eslint-plugin-import": "2.22.1",
  75. "eslint-plugin-jsdoc": "30.7.6",
  76. "eslint-plugin-prefer-arrow": "1.2.2",
  77. "jasmine-core": "~3.8.0",
  78. "jasmine-spec-reporter": "~5.0.0",
  79. "karma": "~6.3.2",
  80. "karma-chrome-launcher": "~3.1.0",
  81. "karma-coverage": "~2.0.3",
  82. "karma-coverage-istanbul-reporter": "~3.0.2",
  83. "karma-jasmine": "~4.0.0",
  84. "karma-jasmine-html-reporter": "^1.5.0",
  85. "mx.ferreyra.callnumber": "0.0.2",
  86. "protractor": "~7.0.0",
  87. "ts-node": "~8.3.0",
  88. "typescript": "~4.2.4"
  89. },
  90. "description": "An Ionic project",
  91. "cordova": {
  92. "plugins": {
  93. "cordova-plugin-whitelist": {},
  94. "cordova-plugin-statusbar": {},
  95. "cordova-plugin-device": {},
  96. "cordova-plugin-splashscreen": {},
  97. "cordova-plugin-ionic-webview": {},
  98. "cordova-plugin-ionic-keyboard": {},
  99. "cordova-plugin-geolocation": {},
  100. "cordova-plugin-nativegeocoder": {
  101. "LOCATION_WHEN_IN_USE_DESCRIPTION": "Use geocoder service"
  102. },
  103. "mx.ferreyra.callnumber": {},
  104. "cordova-plugin-email-composer": {},
  105. "call-number": {}
  106. },
  107. "platforms": [
  108. "ios"
  109. ]
  110. }
  111. }