Ei kuvausta

package.json 2.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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. "@ionic-native/camera": "^4.20.0",
  25. "@ionic-native/core": "4.7.0",
  26. "@ionic-native/device": "^4.7.0",
  27. "@ionic-native/file": "^4.20.0",
  28. "@ionic-native/file-transfer": "^4.20.0",
  29. "@ionic-native/health": "^4.7.0",
  30. "@ionic-native/http": "^4.20.0",
  31. "@ionic-native/in-app-browser": "^4.7.0",
  32. "@ionic-native/native-storage": "^4.7.0",
  33. "@ionic-native/social-sharing": "^4.7.0",
  34. "@ionic-native/splash-screen": "4.7.0",
  35. "@ionic-native/status-bar": "4.7.0",
  36. "@ionic-native/user-agent": "^4.20.0",
  37. "@ionic/storage": "2.1.3",
  38. "@swimlane/ngx-charts": "^8.1.0",
  39. "angular2-humanize": "^2.1.0",
  40. "cordova-plugin-advanced-http": "^1.11.1",
  41. "cordova-plugin-file": "^6.0.1",
  42. "cordova-plugin-ionic-webview": "^5.0.0",
  43. "es6-promise-plugin": "4.2.2",
  44. "ionic-angular": "3.9.2",
  45. "ionicons": "3.0.0",
  46. "moment": "^2.22.2",
  47. "ngx-moment": "^3.0.1",
  48. "rxjs": "^6.2.1",
  49. "rxjs-compat": "^6.2.1",
  50. "sw-toolbox": "3.6.0",
  51. "target": "0.0.2",
  52. "zone.js": "0.8.26"
  53. },
  54. "devDependencies": {
  55. "@ionic/app-scripts": "^3.2.4",
  56. "cordova-android": "^9.1.0",
  57. "cordova-ios": "^6.2.0",
  58. "cordova-plugin-camera": "^5.0.3",
  59. "cordova-plugin-file-transfer": "^1.7.1",
  60. "cordova-plugin-inappbrowser": "^5.0.0",
  61. "typescript": "~2.6.2"
  62. },
  63. "description": "An Ionic project",
  64. "cordova": {
  65. "plugins": {
  66. "cordova-plugin-ionic-webview": {},
  67. "cordova-plugin-advanced-http": {},
  68. "cordova-plugin-x-socialsharing": {},
  69. "cordova-plugin-nativestorage": {},
  70. "cordova-plugin-ionic-keyboard": {},
  71. "cordova-plugin-splashscreen": {},
  72. "cordova-plugin-device": {},
  73. "cordova-plugin-whitelist": {},
  74. "cordova-plugin-inappbrowser": {},
  75. "cordova-plugin-file-transfer": {},
  76. "cordova-plugin-file": {},
  77. "cordova-plugin-camera": {}
  78. },
  79. "platforms": [
  80. "android",
  81. "ios"
  82. ]
  83. }
  84. }