package.json 4.1 KB

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