Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 

83 řádky
2.4 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/splash-screen": "^5.0.0",
  26. "@ionic-native/status-bar": "^5.0.0",
  27. "@ionic/angular": "^5.0.0",
  28. "cordova-res": "^0.15.2",
  29. "faker": "^5.1.0",
  30. "firebase": "^8.2.6",
  31. "hammerjs": "^2.0.8",
  32. "moment": "^2.29.1",
  33. "rxjs": "~6.5.5",
  34. "sharp": "^0.27.0",
  35. "tslib": "^2.0.0",
  36. "uninstall": "0.0.0",
  37. "zone.js": "~0.10.3"
  38. },
  39. "devDependencies": {
  40. "@angular-devkit/build-angular": "~0.1000.0",
  41. "@angular/cli": "~10.0.5",
  42. "@angular/compiler": "~10.0.0",
  43. "@angular/compiler-cli": "~10.0.0",
  44. "@angular/language-service": "~10.0.0",
  45. "@ionic/angular-toolkit": "^2.3.0",
  46. "@types/jasmine": "~3.5.0",
  47. "@types/jasminewd2": "~2.0.3",
  48. "@types/node": "^12.11.1",
  49. "codelyzer": "^6.0.0",
  50. "cordova-android": "^9.0.0",
  51. "cordova-plugin-device": "^2.0.2",
  52. "cordova-plugin-ionic-keyboard": "^2.2.0",
  53. "cordova-plugin-ionic-webview": "^4.2.1",
  54. "cordova-plugin-splashscreen": "^5.0.2",
  55. "cordova-plugin-statusbar": "^2.4.2",
  56. "jasmine-core": "~3.5.0",
  57. "jasmine-spec-reporter": "~5.0.0",
  58. "karma": "~5.0.0",
  59. "karma-chrome-launcher": "~3.1.0",
  60. "karma-coverage-istanbul-reporter": "~3.0.2",
  61. "karma-jasmine": "~3.3.0",
  62. "karma-jasmine-html-reporter": "^1.5.0",
  63. "protractor": "~7.0.0",
  64. "ts-node": "~8.3.0",
  65. "tslint": "~6.1.0",
  66. "typescript": "~3.9.5"
  67. },
  68. "description": "An Ionic project",
  69. "cordova": {
  70. "plugins": {
  71. "cordova-plugin-statusbar": {},
  72. "cordova-plugin-device": {},
  73. "cordova-plugin-splashscreen": {},
  74. "cordova-plugin-ionic-webview": {
  75. "ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
  76. },
  77. "cordova-plugin-ionic-keyboard": {}
  78. },
  79. "platforms": [
  80. "android"
  81. ]
  82. }
  83. }