package.json 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. {
  2. "name": "sgApp",
  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. "repository": {
  15. "type": "git",
  16. "url": "https://gitee.com/panxingxin/sgApp.git"
  17. },
  18. "private": true,
  19. "dependencies": {
  20. "@angular/common": "^7.2.2",
  21. "@angular/core": "^7.2.2",
  22. "@angular/forms": "^7.2.2",
  23. "@angular/http": "^7.2.2",
  24. "@angular/platform-browser": "^7.2.2",
  25. "@angular/platform-browser-dynamic": "^7.2.2",
  26. "@angular/router": "^7.2.2",
  27. "@ionic-native/app-update": "^5.16.0",
  28. "@ionic-native/app-version": "^5.16.0",
  29. "@ionic-native/barcode-scanner": "^5.16.0",
  30. "@ionic-native/base64": "^5.18.0",
  31. "@ionic-native/bluetooth-le": "^5.15.1",
  32. "@ionic-native/bluetooth-serial": "^5.15.1",
  33. "@ionic-native/camera": "^5.5.1",
  34. "@ionic-native/core": "^5.0.0",
  35. "@ionic-native/date-picker": "^5.17.1",
  36. "@ionic-native/device": "^5.17.1",
  37. "@ionic-native/downloader": "^5.16.0",
  38. "@ionic-native/file": "^5.16.0",
  39. "@ionic-native/file-opener": "^5.16.0",
  40. "@ionic-native/file-transfer": "^5.16.0",
  41. "@ionic-native/full-screen-image": "^5.16.0",
  42. "@ionic-native/http": "^5.6.0",
  43. "@ionic-native/image-picker": "^5.17.1",
  44. "@ionic-native/keyboard": "^5.17.1",
  45. "@ionic-native/local-notifications": "^5.16.0",
  46. "@ionic-native/photo-viewer": "^5.16.0",
  47. "@ionic-native/qr-scanner": "^5.16.0",
  48. "@ionic-native/splash-screen": "^5.0.0",
  49. "@ionic-native/status-bar": "^5.0.0",
  50. "@ionic/angular": "^4.1.0",
  51. "@ionic/storage": "^2.2.0",
  52. "com-badrit-base64": "^0.2.0",
  53. "com-sarriaroman-photoviewer": "^1.2.4",
  54. "cordova-android": "^8.1.0",
  55. "cordova-browser": "6.0.0",
  56. "cordova-plugin-advanced-http": "2.0.9",
  57. "cordova-plugin-app-version": "^0.1.9",
  58. "cordova-plugin-badge": "^0.8.8",
  59. "cordova-plugin-bluetooth-serial": "^0.4.7",
  60. "cordova-plugin-bluetoothle": "^4.5.5",
  61. "cordova-plugin-camera": "4.0.3",
  62. "cordova-plugin-datepicker": "^0.9.3",
  63. "cordova-plugin-file": "6.0.1",
  64. "cordova-plugin-file-opener2": "^2.2.1",
  65. "cordova-plugin-file-transfer": "^1.7.1",
  66. "cordova-plugin-image-picker": "git+https://github.com/abelabbesnabi/cordova-plugin-image-picker.git",
  67. "cordova-plugin-ionic-keyboard": "^2.2.0",
  68. "cordova-plugin-local-notification": "^0.9.0-beta.2",
  69. "cordova-sqlite-storage": "3.2.0",
  70. "core-js": "^2.5.4",
  71. "crypto-js": "^3.1.9-1",
  72. "hammerjs": "^2.0.8",
  73. "phonegap-plugin-barcodescanner": "^8.1.0",
  74. "rxjs": "~6.5.1",
  75. "tslib": "^1.9.0",
  76. "zone.js": "~0.8.29"
  77. },
  78. "devDependencies": {
  79. "@angular-devkit/architect": "~0.13.8",
  80. "@angular-devkit/build-angular": "~0.13.8",
  81. "@angular-devkit/core": "~7.3.8",
  82. "@angular-devkit/schematics": "~7.3.8",
  83. "@angular/cli": "7.3.9",
  84. "@angular/compiler": "~7.2.2",
  85. "@angular/compiler-cli": "~7.2.2",
  86. "@angular/language-service": "~7.2.2",
  87. "@ionic/angular-toolkit": "~1.5.1",
  88. "@types/jasmine": "~2.8.8",
  89. "@types/jasminewd2": "~2.0.3",
  90. "@types/node": "~12.0.0",
  91. "codelyzer": "~4.5.0",
  92. "cordova-plugin-device": "2.0.2",
  93. "cordova-plugin-ionic-webview": "^4.0.0",
  94. "cordova-plugin-splashscreen": "5.0.2",
  95. "cordova-plugin-statusbar": "2.4.2",
  96. "cordova-plugin-whitelist": "1.3.3",
  97. "jasmine-core": "~2.99.1",
  98. "jasmine-spec-reporter": "~4.2.1",
  99. "karma": "~4.1.0",
  100. "karma-chrome-launcher": "~2.2.0",
  101. "karma-coverage-istanbul-reporter": "~2.0.1",
  102. "karma-jasmine": "~1.1.2",
  103. "karma-jasmine-html-reporter": "^0.2.2",
  104. "protractor": "~5.4.0",
  105. "ts-node": "~8.1.0",
  106. "tslint": "~5.16.0",
  107. "typescript": "~3.1.6"
  108. },
  109. "description": "An Ionic project",
  110. "cordova": {
  111. "plugins": {
  112. "cordova-plugin-whitelist": {},
  113. "cordova-plugin-statusbar": {},
  114. "cordova-plugin-device": {},
  115. "cordova-plugin-splashscreen": {},
  116. "cordova-plugin-ionic-webview": {
  117. "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
  118. },
  119. "cordova-plugin-camera": {},
  120. "cordova-sqlite-storage": {},
  121. "cordova-plugin-advanced-http": {},
  122. "cordova-plugin-bluetoothle": {},
  123. "cordova-plugin-bluetooth-serial": {},
  124. "cordova-plugin-local-notification": {},
  125. "cordova-plugin-app-version": {},
  126. "cordova-plugin-file-opener2": {
  127. "ANDROID_SUPPORT_V4_VERSION": "27.+"
  128. },
  129. "cordova-plugin-file-transfer": {},
  130. "cordova-plugin-file": {},
  131. "com-sarriaroman-photoviewer": {},
  132. "phonegap-plugin-barcodescanner": {
  133. "ANDROID_SUPPORT_V4_VERSION": "27.+"
  134. },
  135. "cordova-plugin-image-picker": {},
  136. "cordova-plugin-ionic-keyboard": {},
  137. "cordova-plugin-datepicker": {},
  138. "com-badrit-base64": {}
  139. },
  140. "platforms": [
  141. "browser",
  142. "android"
  143. ]
  144. }
  145. }