Нет описания

package.json 5.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. {
  2. "name": "farmr3",
  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": "~13.2.2",
  17. "@angular/core": "~13.2.2",
  18. "@angular/forms": "~13.2.2",
  19. "@angular/platform-browser": "~13.2.2",
  20. "@angular/platform-browser-dynamic": "~13.2.2",
  21. "@angular/router": "~13.2.2",
  22. "@awesome-cordova-plugins/barcode-scanner": "^5.37.1",
  23. "@awesome-cordova-plugins/core": "^5.37.1",
  24. "@awesome-cordova-plugins/file-transfer": "^5.37.1",
  25. "@awesome-cordova-plugins/native-geocoder": "^5.41.0",
  26. "@awesome-cordova-plugins/push": "^5.37.1",
  27. "@awesome-cordova-plugins/status-bar": "^5.37.2",
  28. "@awesome-cordova-plugins/stripe": "^5.37.1",
  29. "@capacitor/app": "1.1.1",
  30. "@capacitor/core": "3.5.0",
  31. "@capacitor/haptics": "1.1.4",
  32. "@capacitor/ios": "3.5.0",
  33. "@capacitor/keyboard": "1.2.2",
  34. "@capacitor/status-bar": "1.0.8",
  35. "@fortawesome/angular-fontawesome": "^0.10.1",
  36. "@fortawesome/fontawesome-free": "^5.15.4",
  37. "@fortawesome/fontawesome-svg-core": "^1.2.36",
  38. "@fortawesome/free-brands-svg-icons": "^5.15.4",
  39. "@fortawesome/free-regular-svg-icons": "^5.15.4",
  40. "@fortawesome/free-solid-svg-icons": "^5.15.4",
  41. "@ionic-native/android-permissions": "^5.30.0",
  42. "@ionic-native/call-number": "^5.36.0",
  43. "@ionic-native/core": "^5.36.0",
  44. "@ionic-native/device": "^5.30.0",
  45. "@ionic-native/email-composer": "^5.36.0",
  46. "@ionic-native/facebook": "^5.36.0",
  47. "@ionic-native/geolocation": "^5.36.0",
  48. "@ionic-native/http": "^5.36.0",
  49. "@ionic-native/in-app-browser": "^5.36.0",
  50. "@ionic-native/native-geocoder": "^5.36.0",
  51. "@ionic-native/paypal": "^5.30.0",
  52. "@ionic-native/push": "^5.36.0",
  53. "@ionic-native/sign-in-with-apple": "^5.36.0",
  54. "@ionic-native/uid": "^5.30.0",
  55. "@ionic/angular": "^6.0.0",
  56. "@ionic/cordova-builders": "^6.1.0",
  57. "rxjs": "~6.6.0",
  58. "sharp": "^0.30.4",
  59. "tslib": "^2.2.0",
  60. "zone.js": "~0.11.4"
  61. },
  62. "devDependencies": {
  63. "@angular-devkit/build-angular": "~13.2.3",
  64. "@angular-eslint/builder": "~13.0.1",
  65. "@angular-eslint/eslint-plugin": "~13.0.1",
  66. "@angular-eslint/eslint-plugin-template": "~13.0.1",
  67. "@angular-eslint/template-parser": "~13.0.1",
  68. "@angular/cli": "~13.2.3",
  69. "@angular/compiler": "~13.2.2",
  70. "@angular/compiler-cli": "~13.2.2",
  71. "@angular/language-service": "~13.2.2",
  72. "@capacitor/cli": "3.5.0",
  73. "@ionic/angular-toolkit": "^6.0.0",
  74. "@ionic/storage-angular": "^3.0.6",
  75. "@types/jasmine": "~3.6.0",
  76. "@types/jasminewd2": "~2.0.3",
  77. "@types/node": "^12.11.1",
  78. "@typescript-eslint/eslint-plugin": "5.3.0",
  79. "@typescript-eslint/parser": "5.3.0",
  80. "cordova-ios": "^6.2.0",
  81. "cordova-plugin-add-swift-support": "^2.0.2",
  82. "cordova-plugin-advanced-http": "^3.2.2",
  83. "cordova-plugin-android-permissions": "^1.1.2",
  84. "cordova-plugin-androidx": "^3.0.0",
  85. "cordova-plugin-androidx-adapter": "^1.1.3",
  86. "cordova-plugin-device": "2.0.2",
  87. "cordova-plugin-email-composer": "^0.10.0",
  88. "cordova-plugin-facebook-connect": "^3.2.0",
  89. "cordova-plugin-file": "^6.0.2",
  90. "cordova-plugin-file-transfer": "^1.7.1",
  91. "cordova-plugin-geolocation": "^4.1.0",
  92. "cordova-plugin-googlemaps": "^2.7.1",
  93. "cordova-plugin-googlemaps-sdk": "github:mapsplugin/cordova-plugin-googlemaps-sdk",
  94. "cordova-plugin-inappbrowser": "^5.0.0",
  95. "cordova-plugin-ionic-keyboard": "^2.2.0",
  96. "cordova-plugin-ionic-webview": "^5.0.0",
  97. "cordova-plugin-nativegeocoder": "^3.4.1",
  98. "cordova-plugin-sign-in-with-apple": "^0.1.2",
  99. "cordova-plugin-splashscreen": "5.0.2",
  100. "cordova-plugin-statusbar": "2.4.2",
  101. "cordova-plugin-stripe": "^1.5.3",
  102. "cordova-plugin-uid": "^1.3.0",
  103. "cordova-support-google-services": "^1.4.1",
  104. "eslint": "^7.6.0",
  105. "eslint-plugin-import": "2.22.1",
  106. "eslint-plugin-jsdoc": "30.7.6",
  107. "eslint-plugin-prefer-arrow": "1.2.2",
  108. "jasmine-core": "~3.8.0",
  109. "jasmine-spec-reporter": "~5.0.0",
  110. "karma": "~6.3.2",
  111. "karma-chrome-launcher": "~3.1.0",
  112. "karma-coverage": "~2.0.3",
  113. "karma-coverage-istanbul-reporter": "~3.0.2",
  114. "karma-jasmine": "~4.0.0",
  115. "karma-jasmine-html-reporter": "^1.5.0",
  116. "mx.ferreyra.callnumber": "0.0.2",
  117. "protractor": "~7.0.0",
  118. "ts-node": "~8.3.0",
  119. "typescript": "~4.4.4"
  120. },
  121. "description": "An Ionic project",
  122. "cordova": {
  123. "plugins": {
  124. "cordova-plugin-statusbar": {},
  125. "cordova-plugin-device": {},
  126. "cordova-plugin-splashscreen": {},
  127. "cordova-plugin-ionic-webview": {},
  128. "cordova-plugin-ionic-keyboard": {},
  129. "cordova-plugin-geolocation": {},
  130. "cordova-plugin-nativegeocoder": {
  131. "LOCATION_WHEN_IN_USE_DESCRIPTION": "Use geocoder service"
  132. },
  133. "mx.ferreyra.callnumber": {},
  134. "cordova-plugin-email-composer": {},
  135. "call-number": {},
  136. "cordova-plugin-inappbrowser": {},
  137. "cordova-plugin-sign-in-with-apple": {},
  138. "cordova-plugin-androidx": {},
  139. "cordova-plugin-androidx-adapter": {},
  140. "phonegap-plugin-push": {},
  141. "cordova-plugin-file-transfer": {},
  142. "cordova-plugin-stripe": {},
  143. "com.paypal.cordova.mobilesdk": {},
  144. "cordova-plugin-facebook-connect": {
  145. "APP_ID": "4746807965342529",
  146. "APP_NAME": "FarmSter",
  147. "FACEBOOK_URL_SCHEME_SUFFIX": " ",
  148. "OTHER_APP_SCHEMES": " ",
  149. "FACEBOOK_AUTO_LOG_APP_EVENTS": "true",
  150. "FACEBOOK_HYBRID_APP_EVENTS": "false",
  151. "FACEBOOK_ADVERTISER_ID_COLLECTION": "true",
  152. "FACEBOOK_ANDROID_SDK_VERSION": "11.3.0",
  153. "FACEBOOK_IOS_SDK_VERSION": "11.1.0",
  154. "FACEBOOK_BROWSER_SDK_VERSION": "v11.0"
  155. }
  156. },
  157. "platforms": [
  158. "ios"
  159. ]
  160. }
  161. }