Ionic application for Android and IOS

package.json 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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/social-sharing": "^4.6.0",
  26. "@ionic-native/splash-screen": "4.4.0",
  27. "@ionic-native/status-bar": "4.4.0",
  28. "@ionic/storage": "^2.1.3",
  29. "cordova-android": "7.0.0",
  30. "cordova-plugin-device": "^2.0.1",
  31. "cordova-plugin-googlemaps": "^2.2.5",
  32. "cordova-plugin-ionic-keyboard": "^2.0.5",
  33. "cordova-plugin-ionic-webview": "^1.1.16",
  34. "cordova-plugin-splashscreen": "^5.0.2",
  35. "cordova-plugin-whitelist": "^1.3.3",
  36. "cordova-plugin-x-socialsharing": "^5.3.2",
  37. "cordova-sqlite-storage": "^2.2.1",
  38. "es6-promise-plugin": "^4.2.2",
  39. "ionic-angular": "3.9.2",
  40. "ionicons": "3.0.0",
  41. "rxjs": "5.5.2",
  42. "sw-toolbox": "3.6.0",
  43. "zone.js": "0.8.18"
  44. },
  45. "devDependencies": {
  46. "@ionic/app-scripts": "3.1.8",
  47. "typescript": "2.4.2"
  48. },
  49. "description": "An Ionic project",
  50. "cordova": {
  51. "plugins": {
  52. "cordova-plugin-whitelist": {},
  53. "cordova-plugin-device": {},
  54. "cordova-plugin-splashscreen": {},
  55. "cordova-plugin-ionic-webview": {},
  56. "cordova-plugin-ionic-keyboard": {},
  57. "cordova-plugin-googlemaps": {
  58. "API_KEY_FOR_ANDROID": "AIzaSyBFA53YiCYfP25i360xJ32gDDusW7zHrBk",
  59. "PLAY_SERVICES_VERSION": "11.8.0",
  60. "ANDROID_SUPPORT_V4_VERSION": "24.1.0"
  61. },
  62. "cordova-sqlite-storage": {},
  63. "cordova-plugin-x-socialsharing": {}
  64. },
  65. "platforms": [
  66. "android"
  67. ]
  68. }
  69. }