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

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