Нет описания

package.json 3.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "name": "health",
  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.10",
  16. "@angular/common": "5.2.10",
  17. "@angular/compiler": "5.2.10",
  18. "@angular/compiler-cli": "^12.2.5",
  19. "@angular/core": "5.2.10",
  20. "@angular/forms": "5.2.10",
  21. "@angular/http": "5.2.10",
  22. "@angular/platform-browser": "5.2.10",
  23. "@angular/platform-browser-dynamic": "5.2.10",
  24. "@capacitor/android": "^3.2.5",
  25. "@capacitor/app": "1.0.3",
  26. "@capacitor/core": "3.2.5",
  27. "@capacitor/haptics": "1.1.0",
  28. "@capacitor/ios": "^3.2.4",
  29. "@capacitor/keyboard": "1.1.0",
  30. "@capacitor/status-bar": "1.0.3",
  31. "@ionic-native/core": "4.7.0",
  32. "@ionic-native/device": "^4.7.0",
  33. "@ionic-native/health": "^4.7.0",
  34. "@ionic-native/http": "^4.9.1",
  35. "@ionic-native/in-app-browser": "^4.7.0",
  36. "@ionic-native/native-storage": "^4.20.0",
  37. "@ionic-native/social-sharing": "^4.7.0",
  38. "@ionic-native/splash-screen": "4.7.0",
  39. "@ionic-native/status-bar": "4.7.0",
  40. "@ionic-native/user-agent": "^4.20.0",
  41. "@ionic/storage": "2.1.3",
  42. "@swimlane/ngx-charts": "^8.1.0",
  43. "angular2-humanize": "^2.1.0",
  44. "cordova-plugin-advanced-http": "^1.11.1",
  45. "cordova-plugin-file": "^6.0.2",
  46. "cordova-plugin-nativestorage": "^2.3.2",
  47. "es6-promise-plugin": "4.2.2",
  48. "ionic-angular": "3.9.2",
  49. "ionicons": "3.0.0",
  50. "moment": "^2.22.2",
  51. "ngx-moment": "^3.0.1",
  52. "rxjs": "^6.2.1",
  53. "rxjs-compat": "^6.2.1",
  54. "sw-toolbox": "3.6.0",
  55. "target": "0.0.2",
  56. "zone.js": "0.8.26"
  57. },
  58. "devDependencies": {
  59. "@capacitor/cli": "3.2.5",
  60. "@ionic/app-scripts": "^3.2.4",
  61. "cordova-android": "^9.0.0",
  62. "cordova-ios": "^6.2.0",
  63. "cordova-plugin-device": "^2.0.3",
  64. "cordova-plugin-inappbrowser": "^5.0.0",
  65. "cordova-plugin-ionic-keyboard": "^2.0.5",
  66. "cordova-plugin-splashscreen": "^5.0.4",
  67. "cordova-plugin-useragent": "^1.0.6",
  68. "cordova-plugin-whitelist": "^1.3.5",
  69. "typescript": "~2.6.2"
  70. },
  71. "description": "An Ionic project",
  72. "cordova": {
  73. "plugins": {
  74. "cordova-plugin-advanced-http": {},
  75. "cordova-plugin-x-socialsharing": {
  76. "PHOTO_LIBRARY_ADD_USAGE_DESCRIPTION": "This app requires photo library access to function properly.",
  77. "PHOTO_LIBRARY_USAGE_DESCRIPTION": "This app requires photo library access to function properly."
  78. },
  79. "cordova-plugin-nativestorage": {},
  80. "cordova-plugin-ionic-keyboard": {},
  81. "cordova-plugin-splashscreen": {},
  82. "cordova-plugin-device": {},
  83. "cordova-plugin-whitelist": {},
  84. "cordova-plugin-inappbrowser": {},
  85. "im.ltdev.cordova.UserAgent": {},
  86. "cordova-plugin-ionic-webview": {}
  87. },
  88. "platforms": [
  89. "ios",
  90. "android"
  91. ]
  92. }
  93. }