Aucune description

package.json 3.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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/geolocation": "^5.36.0",
  30. "@ionic-native/http": "^5.36.0",
  31. "@ionic-native/native-geocoder": "^5.36.0",
  32. "@ionic/angular": "^5.5.2",
  33. "cordova-ios": "6.2.0",
  34. "rxjs": "~6.6.0",
  35. "tslib": "^2.2.0",
  36. "zone.js": "~0.11.4"
  37. },
  38. "devDependencies": {
  39. "@angular-devkit/build-angular": "~12.1.1",
  40. "@angular-eslint/builder": "~12.0.0",
  41. "@angular-eslint/eslint-plugin": "~12.0.0",
  42. "@angular-eslint/eslint-plugin-template": "~12.0.0",
  43. "@angular-eslint/template-parser": "~12.0.0",
  44. "@angular/cli": "~12.1.1",
  45. "@angular/compiler": "~12.1.1",
  46. "@angular/compiler-cli": "~12.1.1",
  47. "@angular/language-service": "~12.0.1",
  48. "@ionic/angular-toolkit": "^4.0.0",
  49. "@types/jasmine": "~3.6.0",
  50. "@types/jasminewd2": "~2.0.3",
  51. "@types/node": "^12.11.1",
  52. "@typescript-eslint/eslint-plugin": "4.16.1",
  53. "@typescript-eslint/parser": "4.16.1",
  54. "cordova-plugin-add-swift-support": "^1.7.2",
  55. "cordova-plugin-device": "2.0.2",
  56. "cordova-plugin-geolocation": "^4.1.0",
  57. "cordova-plugin-googlemaps": "^2.7.1",
  58. "cordova-plugin-googlemaps-sdk": "github:mapsplugin/cordova-plugin-googlemaps-sdk",
  59. "cordova-plugin-ionic-keyboard": "^2.0.5",
  60. "cordova-plugin-ionic-webview": "^4.0.0",
  61. "cordova-plugin-nativegeocoder": "^3.4.1",
  62. "cordova-plugin-splashscreen": "5.0.2",
  63. "cordova-plugin-statusbar": "2.4.2",
  64. "cordova-plugin-whitelist": "^1.3.3",
  65. "eslint": "^7.6.0",
  66. "eslint-plugin-import": "2.22.1",
  67. "eslint-plugin-jsdoc": "30.7.6",
  68. "eslint-plugin-prefer-arrow": "1.2.2",
  69. "jasmine-core": "~3.8.0",
  70. "jasmine-spec-reporter": "~5.0.0",
  71. "karma": "~6.3.2",
  72. "karma-chrome-launcher": "~3.1.0",
  73. "karma-coverage": "~2.0.3",
  74. "karma-coverage-istanbul-reporter": "~3.0.2",
  75. "karma-jasmine": "~4.0.0",
  76. "karma-jasmine-html-reporter": "^1.5.0",
  77. "protractor": "~7.0.0",
  78. "ts-node": "~8.3.0",
  79. "typescript": "~4.2.4"
  80. },
  81. "description": "An Ionic project",
  82. "cordova": {
  83. "plugins": {
  84. "cordova-plugin-whitelist": {},
  85. "cordova-plugin-statusbar": {},
  86. "cordova-plugin-device": {},
  87. "cordova-plugin-splashscreen": {},
  88. "cordova-plugin-ionic-webview": {},
  89. "cordova-plugin-ionic-keyboard": {},
  90. "cordova-plugin-geolocation": {
  91. "GPS_REQUIRED": "true"
  92. },
  93. "cordova-plugin-nativegeocoder": {
  94. "LOCATION_WHEN_IN_USE_DESCRIPTION": "Use geocoder service"
  95. }
  96. },
  97. "platforms": [
  98. "ios"
  99. ]
  100. }
  101. }