Ionic application for Android and IOS

package.json 1.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "name": "smartalarm",
  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/common": "5.0.3",
  16. "@angular/compiler": "5.0.3",
  17. "@angular/compiler-cli": "5.0.3",
  18. "@angular/core": "5.0.3",
  19. "@angular/forms": "5.0.3",
  20. "@angular/http": "5.0.3",
  21. "@angular/platform-browser": "5.0.3",
  22. "@angular/platform-browser-dynamic": "5.0.3",
  23. "@ionic-native/core": "4.4.0",
  24. "@ionic-native/google-maps": "^4.5.3",
  25. "@ionic-native/splash-screen": "4.4.0",
  26. "@ionic-native/status-bar": "4.4.0",
  27. "@ionic/storage": "^2.1.3",
  28. "cordova-android": "7.0.0",
  29. "cordova-plugin-device": "^2.0.1",
  30. "cordova-plugin-googlemaps": "^2.2.5",
  31. "cordova-plugin-ionic-keyboard": "^2.0.5",
  32. "cordova-plugin-ionic-webview": "^1.1.16",
  33. "cordova-plugin-splashscreen": "^5.0.2",
  34. "cordova-plugin-whitelist": "^1.3.3",
  35. "cordova-sqlite-storage": "^2.2.1",
  36. "ionic-angular": "3.9.2",
  37. "ionicons": "3.0.0",
  38. "rxjs": "5.5.2",
  39. "sw-toolbox": "3.6.0",
  40. "zone.js": "0.8.18"
  41. },
  42. "devDependencies": {
  43. "@ionic/app-scripts": "3.1.8",
  44. "typescript": "2.4.2"
  45. },
  46. "description": "An Ionic project",
  47. "cordova": {
  48. "plugins": {
  49. "cordova-plugin-whitelist": {},
  50. "cordova-plugin-device": {},
  51. "cordova-plugin-splashscreen": {},
  52. "cordova-plugin-ionic-webview": {},
  53. "cordova-plugin-ionic-keyboard": {},
  54. "cordova-plugin-googlemaps": {
  55. "API_KEY_FOR_ANDROID": "AIzaSyBFA53YiCYfP25i360xJ32gDDusW7zHrBk",
  56. "PLAY_SERVICES_VERSION": "11.8.0",
  57. "ANDROID_SUPPORT_V4_VERSION": "24.1.0"
  58. },
  59. "cordova-sqlite-storage": {}
  60. },
  61. "platforms": [
  62. "android"
  63. ]
  64. }
  65. }