Guest User

Untitled

a guest
Jan 17th, 2020
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.61 KB | None | 0 0
  1. {
  2. "name": "webapp",
  3. "version": "0.0.1",
  4. "author": "Ionic Framework",
  5. "homepage": "https://ionicframework.com/",
  6. "scripts": {
  7. "ng": "ng",
  8. "start": "ng serve",
  9. "build": "ng build",
  10. "test": "ng test",
  11. "lint": "ng lint",
  12. "e2e": "ng e2e"
  13. },
  14. "private": true,
  15. "dependencies": {
  16. "@angular/common": "~8.1.2",
  17. "@angular/core": "~8.1.2",
  18. "@angular/fire": "^5.2.3",
  19. "@angular/forms": "~8.1.2",
  20. "@angular/platform-browser": "~8.1.2",
  21. "@angular/platform-browser-dynamic": "~8.1.2",
  22. "@angular/router": "~8.1.2",
  23. "@ionic-native/core": "^5.18.0",
  24. "@ionic-native/facebook": "^5.18.0",
  25. "@ionic-native/firebase-analytics": "^5.18.0",
  26. "@ionic-native/google-maps": "^5.5.0",
  27. "@ionic-native/splash-screen": "^5.18.0",
  28. "@ionic-native/status-bar": "^5.18.0",
  29. "@ionic/angular": "^4.11.7",
  30. "angularfire2": "^5.2.3",
  31. "cordova-android": "^8.1.0",
  32. "cordova-browser": "6.0.0",
  33. "cordova-plugin-androidx": "^1.0.2",
  34. "cordova-plugin-androidx-adapter": "^1.1.0",
  35. "cordova-plugin-facebook4": "^6.2.0",
  36. "cordova-plugin-firebase-analytics": "^4.0.1",
  37. "cordova-plugin-googlemaps": "git+https://github.com/mapsplugin/cordova-plugin-googlemaps.git#multiple_maps",
  38. "cordova-support-android-plugin": "1.0.1",
  39. "cordova-support-google-services": "1.3.2",
  40. "core-js": "^2.6.11",
  41. "firebase": "^7.6.1",
  42. "rxjs-compat": "^6.5.3",
  43. "tslib": "^1.9.0",
  44. "zone.js": "~0.9.1"
  45. },
  46. "devDependencies": {
  47. "@angular-devkit/architect": "~0.801.2",
  48. "@angular-devkit/build-angular": "~0.801.2",
  49. "@angular-devkit/core": "~8.1.2",
  50. "@angular-devkit/schematics": "~8.1.2",
  51. "@angular/cli": "~8.1.2",
  52. "@angular/compiler": "~8.1.2",
  53. "@angular/compiler-cli": "~8.1.2",
  54. "@angular/language-service": "~8.1.2",
  55. "@ionic/angular-toolkit": "^2.1.1",
  56. "@types/jasmine": "~3.3.8",
  57. "@types/jasminewd2": "~2.0.3",
  58. "@types/node": "~8.9.4",
  59. "codelyzer": "^5.2.1",
  60. "cordova-plugin-device": "^2.0.2",
  61. "cordova-plugin-ionic-keyboard": "^2.2.0",
  62. "cordova-plugin-ionic-webview": "^4.1.3",
  63. "cordova-plugin-splashscreen": "^5.0.2",
  64. "cordova-plugin-statusbar": "^2.4.2",
  65. "cordova-plugin-whitelist": "^1.3.3",
  66. "jasmine-core": "~3.4.0",
  67. "jasmine-spec-reporter": "~4.2.1",
  68. "karma": "~4.1.0",
  69. "karma-chrome-launcher": "~2.2.0",
  70. "karma-coverage-istanbul-reporter": "~2.0.1",
  71. "karma-jasmine": "~2.0.1",
  72. "karma-jasmine-html-reporter": "^1.5.1",
  73. "protractor": "~5.4.0",
  74. "ts-node": "~7.0.0",
  75. "tslint": "~5.15.0",
  76. "typescript": "~3.4.3"
  77. },
  78. "description": "An Ionic project",
  79. "cordova": {
  80. "plugins": {
  81. "cordova-plugin-googlemaps": {
  82. "API_KEY_FOR_ANDROID": "myKey, works fine",
  83. "API_KEY_FOR_IOS": "Also my key, working good"
  84. },
  85. "cordova-plugin-whitelist": {},
  86. "cordova-plugin-statusbar": {},
  87. "cordova-plugin-device": {},
  88. "cordova-plugin-splashscreen": {},
  89. "cordova-plugin-ionic-webview": {
  90. "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
  91. },
  92. "cordova-plugin-ionic-keyboard": {},
  93. "cordova-plugin-facebook4": {
  94. "APP_ID": "FBKey",
  95. "APP_NAME": "Todos",
  96. "FACEBOOK_HYBRID_APP_EVENTS": "false",
  97. "FACEBOOK_ANDROID_SDK_VERSION": "5.5.2"
  98. },
  99. "cordova-plugin-firebase-analytics": {
  100. "FIREBASE_ANALYTICS_VERSION": "17.2.+"
  101. },
  102. "cordova-plugin-androidx": {},
  103. "cordova-plugin-androidx-adapter": {}
  104. },
  105. "platforms": [
  106. "browser",
  107. "android"
  108. ]
  109. }
  110. }
Advertisement
Add Comment
Please, Sign In to add comment