package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "name": "sgFactoryApp",
  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": "~8.1.2",
  17. "@angular/core": "~8.1.2",
  18. "@angular/forms": "~8.1.2",
  19. "@angular/platform-browser": "~8.1.2",
  20. "@angular/platform-browser-dynamic": "~8.1.2",
  21. "@angular/router": "~8.1.2",
  22. "@ionic-native/app-version": "^5.18.0",
  23. "@ionic-native/core": "^5.0.0",
  24. "@ionic-native/file": "^5.18.0",
  25. "@ionic-native/file-opener": "^5.18.0",
  26. "@ionic-native/file-transfer": "^5.18.0",
  27. "@ionic-native/http": "^5.18.0",
  28. "@ionic-native/photo-viewer": "^5.18.0",
  29. "@ionic-native/splash-screen": "^5.0.0",
  30. "@ionic-native/status-bar": "^5.0.0",
  31. "@ionic/angular": "^4.7.1",
  32. "@ionic/storage": "^2.2.0",
  33. "com-sarriaroman-photoviewer": "^1.2.4",
  34. "cordova-android": "8.1.0",
  35. "cordova-plugin-advanced-http": "^2.3.0",
  36. "cordova-plugin-app-version": "^0.1.9",
  37. "cordova-plugin-file": "^6.0.2",
  38. "cordova-plugin-file-opener2": "^2.2.1",
  39. "cordova-plugin-file-transfer": "^1.7.1",
  40. "cordova-sqlite-storage": "^4.0.0",
  41. "core-js": "^2.5.4",
  42. "rxjs": "~6.5.1",
  43. "tslib": "^1.9.0",
  44. "zone.js": "~0.9.1"
  45. },
  46. "devDependencies": {
  47. "@angular-devkit/architect": "~0.801.2",
  48. "@angular-devkit/build-angular": "~0.801.2",
  49. "@angular-devkit/core": "~8.1.2",
  50. "@angular-devkit/schematics": "~8.1.2",
  51. "@angular/cli": "~8.1.2",
  52. "@angular/compiler": "~8.1.2",
  53. "@angular/compiler-cli": "~8.1.2",
  54. "@angular/language-service": "~8.1.2",
  55. "@ionic/angular-toolkit": "^2.1.1",
  56. "@types/jasmine": "~3.3.8",
  57. "@types/jasminewd2": "~2.0.3",
  58. "@types/node": "~8.9.4",
  59. "codelyzer": "^5.0.0",
  60. "cordova-plugin-device": "^2.0.2",
  61. "cordova-plugin-ionic-keyboard": "^2.2.0",
  62. "cordova-plugin-ionic-webview": "^4.1.3",
  63. "cordova-plugin-splashscreen": "^5.0.2",
  64. "cordova-plugin-statusbar": "^2.4.2",
  65. "cordova-plugin-whitelist": "^1.3.3",
  66. "jasmine-core": "~3.4.0",
  67. "jasmine-spec-reporter": "~4.2.1",
  68. "karma": "~4.1.0",
  69. "karma-chrome-launcher": "~2.2.0",
  70. "karma-coverage-istanbul-reporter": "~2.0.1",
  71. "karma-jasmine": "~2.0.1",
  72. "karma-jasmine-html-reporter": "^1.4.0",
  73. "protractor": "~5.4.0",
  74. "ts-node": "~7.0.0",
  75. "tslint": "~5.15.0",
  76. "typescript": "~3.4.3"
  77. },
  78. "description": "An Ionic project",
  79. "cordova": {
  80. "plugins": {
  81. "cordova-sqlite-storage": {},
  82. "cordova-plugin-advanced-http": {},
  83. "cordova-plugin-app-version": {},
  84. "com-sarriaroman-photoviewer": {},
  85. "cordova-plugin-whitelist": {},
  86. "cordova-plugin-statusbar": {},
  87. "cordova-plugin-device": {},
  88. "cordova-plugin-splashscreen": {},
  89. "cordova-plugin-ionic-webview": {
  90. "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
  91. },
  92. "cordova-plugin-ionic-keyboard": {},
  93. "cordova-plugin-file-opener2": {
  94. "ANDROID_SUPPORT_V4_VERSION": "27.+"
  95. },
  96. "cordova-plugin-file-transfer": {},
  97. "cordova-plugin-file": {}
  98. },
  99. "platforms": [
  100. "android"
  101. ]
  102. }
  103. }