Ionic application for Android and IOS

package.json 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. "ionic-angular": "3.9.2",
  36. "ionicons": "3.0.0",
  37. "rxjs": "5.5.2",
  38. "sw-toolbox": "3.6.0",
  39. "zone.js": "0.8.18"
  40. },
  41. "devDependencies": {
  42. "@ionic/app-scripts": "3.1.8",
  43. "typescript": "2.4.2"
  44. },
  45. "description": "An Ionic project",
  46. "cordova": {
  47. "plugins": {
  48. "cordova-plugin-whitelist": {},
  49. "cordova-plugin-device": {},
  50. "cordova-plugin-splashscreen": {},
  51. "cordova-plugin-ionic-webview": {},
  52. "cordova-plugin-ionic-keyboard": {},
  53. "cordova-plugin-googlemaps": {
  54. "API_KEY_FOR_ANDROID": "AIzaSyBFA53YiCYfP25i360xJ32gDDusW7zHrBk",
  55. "PLAY_SERVICES_VERSION": "11.8.0",
  56. "ANDROID_SUPPORT_V4_VERSION": "24.1.0"
  57. }
  58. },
  59. "platforms": [
  60. "android"
  61. ]
  62. }
  63. }