25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

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