package.json 4.6 KB

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