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.
 
 
 
 
 
 

108 linhas
3.2 KiB

  1. {
  2. "name": "punjab-kings",
  3. "version": "1.0.0",
  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. "browser": {
  15. "fs": false,
  16. "os": false,
  17. "path": false
  18. },
  19. "private": true,
  20. "dependencies": {
  21. "@angular/common": "~10.0.0",
  22. "@angular/core": "~10.0.0",
  23. "@angular/fire": "^6.1.4",
  24. "@angular/forms": "~10.0.0",
  25. "@angular/platform-browser": "~10.0.0",
  26. "@angular/platform-browser-dynamic": "~10.0.0",
  27. "@angular/router": "~10.0.0",
  28. "@angular/service-worker": "~10.0.0",
  29. "@capacitor-community/facebook-login": "^2.0.0",
  30. "@capacitor/android": "^2.4.7",
  31. "@capacitor/core": "2.4.7",
  32. "@ionic-native/core": "^5.0.0",
  33. "@ionic-native/http": "^5.32.0",
  34. "@ionic-native/social-sharing": "^5.32.0",
  35. "@ionic-native/splash-screen": "^5.0.0",
  36. "@ionic-native/status-bar": "^5.0.0",
  37. "@ionic/angular": "^5.0.0",
  38. "cordova-plugin-advanced-http": "^3.1.0",
  39. "cordova-plugin-file": "^6.0.2",
  40. "cordova-plugin-x-socialsharing": "^6.0.3",
  41. "cordova-res": "^0.15.3",
  42. "es6-promise-plugin": "^4.2.2",
  43. "face-api.js": "^0.22.2",
  44. "hammerjs": "^2.0.8",
  45. "moment": "^2.29.1",
  46. "rxjs": "~6.5.5",
  47. "sharp": "^0.27.0",
  48. "three": "^0.125.2",
  49. "tslib": "^2.0.0",
  50. "uninstall": "0.0.0",
  51. "zone.js": "~0.10.3"
  52. },
  53. "devDependencies": {
  54. "@angular-devkit/build-angular": "~0.1000.0",
  55. "@angular-devkit/core": "^11.2.9",
  56. "@angular-devkit/schematics": "^11.2.9",
  57. "@angular/cli": "~10.0.5",
  58. "@angular/compiler": "~10.0.0",
  59. "@angular/compiler-cli": "~10.0.0",
  60. "@angular/language-service": "~10.0.0",
  61. "@capacitor/cli": "2.4.7",
  62. "@ionic/angular-toolkit": "^2.3.0",
  63. "@types/dom-mediacapture-record": "^1.0.7",
  64. "@types/jasmine": "~3.5.0",
  65. "@types/jasminewd2": "~2.0.3",
  66. "@types/node": "^12.11.1",
  67. "codelyzer": "^6.0.0",
  68. "cordova-android": "^9.0.0",
  69. "cordova-plugin-androidx": "^3.0.0",
  70. "cordova-plugin-androidx-adapter": "^1.1.3",
  71. "cordova-plugin-camera-preview": "^0.12.1",
  72. "cordova-plugin-device": "^2.0.2",
  73. "cordova-plugin-ionic-keyboard": "^2.2.0",
  74. "cordova-plugin-ionic-webview": "^4.2.1",
  75. "cordova-plugin-splashscreen": "^5.0.2",
  76. "cordova-plugin-statusbar": "^2.4.2",
  77. "cordova-support-android-plugin": "^1.0.2",
  78. "jasmine-core": "~3.5.0",
  79. "jasmine-spec-reporter": "~5.0.0",
  80. "karma": "~5.0.0",
  81. "karma-chrome-launcher": "~3.1.0",
  82. "karma-coverage-istanbul-reporter": "~3.0.2",
  83. "karma-jasmine": "~3.3.0",
  84. "karma-jasmine-html-reporter": "^1.5.0",
  85. "protractor": "~7.0.0",
  86. "ts-node": "~8.3.0",
  87. "tslint": "~6.1.0",
  88. "typescript": "~3.9.5"
  89. },
  90. "description": "An Ionic project",
  91. "cordova": {
  92. "plugins": {
  93. "cordova-plugin-statusbar": {},
  94. "cordova-plugin-device": {},
  95. "cordova-plugin-splashscreen": {},
  96. "cordova-plugin-ionic-webview": {
  97. "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
  98. },
  99. "cordova-plugin-ionic-keyboard": {},
  100. "cordova-plugin-androidx": {},
  101. "cordova-plugin-androidx-adapter": {}
  102. },
  103. "platforms": [
  104. "android"
  105. ]
  106. }
  107. }