You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

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