package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "name": "nxz",
  3. "version": "0.0.1",
  4. "author": "Ionic Framework",
  5. "homepage": "http://ionicframework.com/",
  6. "private": true,
  7. "scripts": {
  8. "start": "ionic-app-scripts serve",
  9. "clean": "ionic-app-scripts clean",
  10. "build": "ionic-app-scripts build",
  11. "lint": "ionic-app-scripts lint"
  12. },
  13. "dependencies": {
  14. "@angular/animations": "5.2.11",
  15. "@angular/common": "5.2.11",
  16. "@angular/compiler": "5.2.11",
  17. "@angular/compiler-cli": "5.2.11",
  18. "@angular/core": "5.2.11",
  19. "@angular/forms": "5.2.11",
  20. "@angular/http": "5.2.11",
  21. "@angular/platform-browser": "5.2.11",
  22. "@angular/platform-browser-dynamic": "5.2.11",
  23. "@ionic-native/camera": "^4.17.0",
  24. "@ionic-native/contacts": "^4.17.0",
  25. "@ionic-native/core": "~4.18.0",
  26. "@ionic-native/device": "^4.20.0",
  27. "@ionic-native/geolocation": "^4.17.0",
  28. "@ionic-native/in-app-browser": "^4.17.0",
  29. "@ionic-native/splash-screen": "~4.18.0",
  30. "@ionic-native/status-bar": "~4.18.0",
  31. "@ionic-native/themeable-browser": "^4.17.0",
  32. "@ionic/storage": "2.2.0",
  33. "cordova-ios": "4.5.5",
  34. "cordova-plugin-camera": "4.0.3",
  35. "cordova-plugin-contacts": "3.0.1",
  36. "cordova-plugin-device": "^2.0.2",
  37. "cordova-plugin-geolocation": "4.0.1",
  38. "cordova-plugin-inappbrowser": "3.0.0",
  39. "cordova-plugin-ionic-keyboard": "^2.1.3",
  40. "cordova-plugin-ionic-webview": "^2.3.2",
  41. "cordova-plugin-splashscreen": "^5.0.2",
  42. "cordova-plugin-statusbar": "^2.4.2",
  43. "cordova-plugin-themeablebrowser": "0.2.17",
  44. "cordova-plugin-whitelist": "^1.3.3",
  45. "ionic-angular": "3.9.2",
  46. "ionicons": "3.0.0",
  47. "rxjs": "5.5.11",
  48. "sw-toolbox": "3.6.0",
  49. "ts-md5": "^1.2.4",
  50. "zone.js": "0.8.29"
  51. },
  52. "devDependencies": {
  53. "@ionic/app-scripts": "3.2.1",
  54. "typescript": "~2.6.2"
  55. },
  56. "description": "An Ionic project",
  57. "cordova": {
  58. "plugins": {
  59. "cordova-plugin-whitelist": {},
  60. "cordova-plugin-statusbar": {},
  61. "cordova-plugin-device": {},
  62. "cordova-plugin-splashscreen": {},
  63. "cordova-plugin-ionic-webview": {},
  64. "cordova-plugin-ionic-keyboard": {},
  65. "cordova-plugin-camera": {},
  66. "cordova-plugin-contacts": {},
  67. "cordova-plugin-geolocation": {
  68. "GEOLOCATION_USAGE_DESCRIPTION": "To locate you"
  69. },
  70. "cordova-plugin-inappbrowser": {},
  71. "cordova-plugin-themeablebrowser": {}
  72. },
  73. "platforms": [
  74. "ios"
  75. ]
  76. }
  77. }