Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. "scripts": {
  2. "start": "ionic-app-scripts serve",
  3. "clean": "ionic-app-scripts clean",
  4. "build": "ionic-app-scripts build",
  5. "lint": "ionic-app-scripts lint"
  6. "dependencies": {
  7. "@angular/animations": "5.2.11",
  8. "@angular/common": "5.2.11",
  9. "@angular/compiler": "5.2.11",
  10. "@angular/compiler-cli": "^7.2.13",
  11. "@angular/core": "5.2.11",
  12. "@angular/forms": "5.2.11",
  13. "@angular/http": "5.2.11",
  14. "@angular/platform-browser": "5.2.11",
  15. "@angular/platform-browser-dynamic": "5.2.11",
  16. "@ionic-native/core": "~4.18.0",
  17. "@ionic-native/geolocation": "^4.20.0",
  18. "@ionic-native/http": "^4.20.0",
  19. "@ionic-native/local-notifications": "^4.20.0",
  20. "@ionic-native/native-geocoder": "^4.20.0",
  21. "@ionic-native/network": "^4.20.0",
  22. "@ionic-native/splash-screen": "~4.18.0",
  23. "@ionic-native/status-bar": "~4.18.0",
  24. "@ionic/storage": "2.2.0",
  25. "@types/leaflet": "^1.4.4",
  26. "cordova-android": "7.1.4",
  27. "cordova-plugin-advanced-http": "^2.0.6",
  28. "cordova-plugin-badge": "^0.8.8",
  29. "cordova-plugin-device": "^2.0.2",
  30. "cordova-plugin-file": "^6.0.1",
  31. "cordova-plugin-geolocation": "^4.0.1",
  32. "cordova-plugin-ionic-keyboard": "^2.1.3",
  33. "cordova-plugin-ionic-webview": "^3.1.2",
  34. "cordova-plugin-local-notification": "^0.9.0-beta.2",
  35. "cordova-plugin-nativegeocoder": "^3.2.0",
  36. "cordova-plugin-network-information": "^2.0.1",
  37. "cordova-plugin-splashscreen": "^5.0.2",
  38. "cordova-plugin-statusbar": "^2.4.2",
  39. "cordova-plugin-whitelist": "^1.3.3",
  40. "ionic-angular": "3.9.3",
  41. "ionic-native-http-connection-backend": "^4.0.10",
  42. "ionicons": "3.0.0",
  43. "leaflet": "^1.4.0",
  44. "rxjs": "5.5.11",
  45. "rxjs-compat": "^6.4.0",
  46. "sw-toolbox": "3.6.0",
  47. "zone.js": "0.8.29"
  48. "devDependencies": {
  49. "@ionic/app-scripts": "^3.2.3",
  50. "typescript": "~2.6.2"
  51. "description": "An Ionic project",
  52. "cordova": {
  53. "plugins": {
  54. "cordova-plugin-whitelist": {},
  55. "cordova-plugin-statusbar": {},
  56. "cordova-plugin-device": {},
  57. "cordova-plugin-splashscreen": {},
  58. "cordova-plugin-ionic-webview": {
  59. "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
  60. },
  61. "cordova-plugin-ionic-keyboard": {},
  62. "cordova-plugin-geolocation": {},
  63. "cordova-plugin-nativegeocoder": {},
  64. "cordova-plugin-network-information": {},
  65. "cordova-plugin-advanced-http": {},
  66. "cordova-plugin-local-notification": {}
  67. },
  68. "platforms": [
  69. "android"
  70. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement