Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 

101 linhas
3.2 KiB

  1. {
  2. "name": "kxip-app",
  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": "~10.0.0",
  17. "@angular/core": "~10.0.0",
  18. "@angular/fire": "^6.1.4",
  19. "@angular/forms": "~10.0.0",
  20. "@angular/platform-browser": "~10.0.0",
  21. "@angular/platform-browser-dynamic": "~10.0.0",
  22. "@angular/router": "~10.0.0",
  23. "@angular/service-worker": "~10.0.0",
  24. "@ionic-native/core": "^5.0.0",
  25. "@ionic-native/firebase-authentication": "^5.31.1",
  26. "@ionic-native/google-plus": "^5.31.1",
  27. "@ionic-native/splash-screen": "^5.0.0",
  28. "@ionic-native/status-bar": "^5.0.0",
  29. "@ionic/angular": "^5.0.0",
  30. "cordova-res": "^0.15.2",
  31. "faker": "^5.1.0",
  32. "firebase": "^8.2.6",
  33. "hammerjs": "^2.0.8",
  34. "moment": "^2.29.1",
  35. "rxjs": "~6.5.5",
  36. "sharp": "^0.27.0",
  37. "tslib": "^2.0.0",
  38. "uninstall": "0.0.0",
  39. "zone.js": "~0.10.3"
  40. },
  41. "devDependencies": {
  42. "@angular-devkit/build-angular": "~0.1000.0",
  43. "@angular/cli": "~10.0.5",
  44. "@angular/compiler": "~10.0.0",
  45. "@angular/compiler-cli": "~10.0.0",
  46. "@angular/language-service": "~10.0.0",
  47. "@ionic/angular-toolkit": "^2.3.0",
  48. "@types/jasmine": "~3.5.0",
  49. "@types/jasminewd2": "~2.0.3",
  50. "@types/node": "^12.11.1",
  51. "codelyzer": "^6.0.0",
  52. "cordova-android": "^9.0.0",
  53. "cordova-plugin-androidx": "^3.0.0",
  54. "cordova-plugin-androidx-adapter": "^1.1.3",
  55. "cordova-plugin-device": "^2.0.2",
  56. "cordova-plugin-firebase-authentication": "^4.0.2",
  57. "cordova-plugin-googleplus": "^8.5.1",
  58. "cordova-plugin-ionic-keyboard": "^2.2.0",
  59. "cordova-plugin-ionic-webview": "^4.2.1",
  60. "cordova-plugin-splashscreen": "^5.0.2",
  61. "cordova-plugin-statusbar": "^2.4.2",
  62. "cordova-support-android-plugin": "^1.0.2",
  63. "cordova-support-google-services": "^1.4.1",
  64. "jasmine-core": "~3.5.0",
  65. "jasmine-spec-reporter": "~5.0.0",
  66. "karma": "~5.0.0",
  67. "karma-chrome-launcher": "~3.1.0",
  68. "karma-coverage-istanbul-reporter": "~3.0.2",
  69. "karma-jasmine": "~3.3.0",
  70. "karma-jasmine-html-reporter": "^1.5.0",
  71. "protractor": "~7.0.0",
  72. "ts-node": "~8.3.0",
  73. "tslint": "~6.1.0",
  74. "typescript": "~3.9.5"
  75. },
  76. "description": "An Ionic project",
  77. "cordova": {
  78. "plugins": {
  79. "cordova-plugin-statusbar": {},
  80. "cordova-plugin-device": {},
  81. "cordova-plugin-splashscreen": {},
  82. "cordova-plugin-ionic-webview": {
  83. "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
  84. },
  85. "cordova-plugin-ionic-keyboard": {},
  86. "cordova-plugin-firebase-authentication": {
  87. "ANDROID_FIREBASE_AUTH_VERSION": "20.0.+"
  88. },
  89. "cordova-plugin-androidx": {},
  90. "cordova-plugin-androidx-adapter": {},
  91. "cordova-plugin-googleplus": {
  92. "REVERSED_CLIENT_ID": "com.googleusercontent.apps.5602499136-1rrpcsbbpof9m0ueb5mm2bn2cr8615b3",
  93. "WEB_APPLICATION_CLIENT_ID": "5602499136-aonjflj2acqva5gm4vvbuen4bc10sll1.apps.googleusercontent.com",
  94. "PLAY_SERVICES_VERSION": "15.0.1"
  95. }
  96. },
  97. "platforms": [
  98. "android"
  99. ]
  100. }
  101. }