Advertisement
LosayPH

Untitled

Apr 8th, 2020
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.97 KB | None | 0 0
  1. {
  2. "name": "mobile",
  3. "version": "0.0.1",
  4. "author": "Ionic Framework",
  5. "homepage": "http://ionicframework.com/",
  6. "private": true,
  7. "scripts": {
  8. "clean": "ionic-app-scripts clean",
  9. "build": "ionic-app-scripts build",
  10. "lint": "ionic-app-scripts lint",
  11. "ionic:build": "ionic-app-scripts build",
  12. "ionic:serve": "ionic-app-scripts serve"
  13. },
  14. "dependencies": {
  15. "@angular/animations": "5.2.11",
  16. "@angular/common": "5.2.11",
  17. "@angular/compiler": "5.2.11",
  18. "@angular/compiler-cli": "5.2.11",
  19. "@angular/core": "^5.2.11",
  20. "@angular/forms": "5.2.11",
  21. "@angular/http": "5.2.11",
  22. "@angular/platform-browser": "5.2.11",
  23. "@angular/platform-browser-dynamic": "5.2.11",
  24. "@ionic-native/app-version": "^5.9.0",
  25. "@ionic-native/camera": "^4.12.0",
  26. "@ionic-native/camera-preview": "^4.12.0",
  27. "@ionic-native/core": "4.8.0",
  28. "@ionic-native/date-picker": "^4.18.0",
  29. "@ionic-native/file": "^3.14.0",
  30. "@ionic-native/keyboard": "^4.20.0",
  31. "@ionic-native/local-notifications": "^4.20.0",
  32. "@ionic-native/onesignal": "^4.17.0",
  33. "@ionic-native/screen-orientation": "^4.20.0",
  34. "@ionic-native/splash-screen": "4.8.0",
  35. "@ionic-native/status-bar": "4.8.0",
  36. "@ionic/storage": "^2.1.3",
  37. "@ng-idle/core": "^2.0.0-beta.15",
  38. "@ng-idle/keepalive": "^2.0.0-beta.15",
  39. "@types/moment-timezone": "^0.5.9",
  40. "@types/query-string": "^6.1.0",
  41. "@types/underscore": "^1.8.20",
  42. "angular2-signaturepad": "^2.8.0",
  43. "bn-ng-idle": "^1.0.1",
  44. "build": "0.1.4",
  45. "cordova-android": "^8.1.0",
  46. "cordova-ios": "5.0.1",
  47. "cordova-plugin-badge": "0.8.8",
  48. "cordova-plugin-camera": "^4.0.3",
  49. "cordova-plugin-camera-preview": "^0.10.0",
  50. "cordova-plugin-compat": "^1.2.0",
  51. "cordova-plugin-datepicker": "^0.9.3",
  52. "cordova-plugin-device": "^2.0.2",
  53. "cordova-plugin-file": "6.0.1",
  54. "cordova-plugin-ionic-keyboard": "^2.2.0",
  55. "cordova-plugin-local-notification": "0.9.0-beta.2",
  56. "cordova-plugin-screen-orientation": "^3.0.2",
  57. "cordova-plugin-splashscreen": "^5.0.2",
  58. "cordova-plugin-statusbar": "^2.4.2",
  59. "cordova-plugin-whitelist": "^1.3.3",
  60. "cordova-sqlite-storage": "^2.6.0",
  61. "es6-promise-plugin": "^4.2.2",
  62. "ionic-angular": "3.9.2",
  63. "ionic-plugin-keyboard": "^2.2.1",
  64. "ionicons": "3.0.0",
  65. "jquery": "^3.3.1",
  66. "l": "^0.6.0",
  67. "luxon": "^1.23.0",
  68. "md5": "^2.2.1",
  69. "moment-timezone": "^0.5.23",
  70. "ng2-charts": "^1.6.0",
  71. "onesignal-cordova-plugin": "^2.4.6",
  72. "query-string": "^6.1.0",
  73. "querystring": "^0.2.0",
  74. "rxjs": "5.5.11",
  75. "sw-toolbox": "3.6.0",
  76. "underscore": "^1.9.1",
  77. "zone.js": "0.8.26"
  78. },
  79. "devDependencies": {
  80. "@ionic/app-scripts": "^3.2.4",
  81. "@types/jquery": "^3.3.4",
  82. "typescript": "~2.6.2"
  83. },
  84. "description": "An Ionic project",
  85. "cordova": {
  86. "plugins": {
  87. "cordova-sqlite-storage": {},
  88. "cordova-plugin-whitelist": {},
  89. "cordova-plugin-device": {},
  90. "cordova-plugin-splashscreen": {},
  91. "cordova-plugin-camera-preview": {},
  92. "cordova-plugin-camera": {
  93. "ANDROID_SUPPORT_V4_VERSION": "27.+"
  94. },
  95. "cordova-plugin-statusbar": {},
  96. "cordova-plugin-datepicker": {},
  97. "cordova-plugin-file": {},
  98. "onesignal-cordova-plugin": {},
  99. "cordova-plugin-local-notification": {},
  100. "cordova-plugin-ionic-keyboard": {},
  101. "cordova-plugin-screen-orientation": {}
  102. },
  103. "platforms": [
  104. "ios",
  105. "android"
  106. ]
  107. }
  108. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement