您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

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