Ionic application for Android and IOS

package.json 2.2KB

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