Advertisement
LosayPH

mac-package

Apr 24th, 2020
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 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. "@types/moment-timezone": "^0.5.9",
  38. "@types/query-string": "^6.1.0",
  39. "@types/underscore": "^1.8.20",
  40. "angular2-signaturepad": "^2.8.0",
  41. "build": "0.1.4",
  42. "cordova-android": "^8.1.0",
  43. "cordova-ios": "5.0.1",
  44. "cordova-plugin-badge": "0.8.8",
  45. "cordova-plugin-camera": "^4.0.3",
  46. "cordova-plugin-camera-preview": "^0.10.0",
  47. "cordova-plugin-compat": "^1.2.0",
  48. "cordova-plugin-datepicker": "^0.9.3",
  49. "cordova-plugin-device": "^2.0.2",
  50. "cordova-plugin-file": "6.0.1",
  51. "cordova-plugin-ionic-keyboard": "^2.1.3",
  52. "cordova-plugin-local-notification": "0.9.0-beta.2",
  53. "cordova-plugin-splashscreen": "^5.0.2",
  54. "cordova-plugin-statusbar": "^2.4.2",
  55. "cordova-plugin-whitelist": "^1.3.3",
  56. "cordova-sqlite-storage": "^2.6.0",
  57. "ionic-angular": "3.9.2",
  58. "ionicons": "3.0.0",
  59. "jquery": "^3.3.1",
  60. "l": "^0.6.0",
  61. "luxon": "^1.23.0",
  62. "md5": "^2.2.1",
  63. "moment-timezone": "^0.5.23",
  64. "ng2-charts": "^1.6.0",
  65. "node-sass": "^4.12.0",
  66. "onesignal-cordova-plugin": "^2.4.6",
  67. "query-string": "^6.1.0",
  68. "querystring": "^0.2.0",
  69. "rxjs": "5.5.11",
  70. "sw-toolbox": "3.6.0",
  71. "underscore": "^1.10.2",
  72. "zone.js": "0.8.26"
  73. },
  74. "devDependencies": {
  75. "@ionic/app-scripts": "^3.2.3",
  76. "@types/jquery": "^3.3.4",
  77. "typescript": "^3.0.1"
  78. },
  79. "description": "An Ionic project",
  80. "cordova": {
  81. "plugins": {
  82. "cordova-sqlite-storage": {},
  83. "cordova-plugin-whitelist": {},
  84. "cordova-plugin-device": {},
  85. "cordova-plugin-splashscreen": {},
  86. "cordova-plugin-ionic-keyboard": {},
  87. "cordova-plugin-camera-preview": {},
  88. "cordova-plugin-camera": {},
  89. "cordova-plugin-statusbar": {},
  90. "cordova-plugin-datepicker": {},
  91. "cordova-plugin-file": {},
  92. "onesignal-cordova-plugin": {},
  93. "cordova-plugin-local-notification": {}
  94. },
  95. "platforms": [
  96. "ios",
  97. "android"
  98. ]
  99. }
  100. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement