package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "name": "nova-live",
  3. "version": "0.0.0",
  4. "scripts": {
  5. "ng": "ng",
  6. "start": "ng serve",
  7. "build": "ng build",
  8. "watch": "ng build --watch --configuration development",
  9. "test": "ng test",
  10. "build-android": "cross-env $(cat .env | xargs) npx cap build android"
  11. },
  12. "private": true,
  13. "dependencies": {
  14. "@angular/animations": "^18.0.0",
  15. "@angular/common": "^18.0.0",
  16. "@angular/compiler": "^18.0.0",
  17. "@angular/core": "^18.0.0",
  18. "@angular/forms": "^18.0.0",
  19. "@angular/platform-browser": "^18.0.0",
  20. "@angular/platform-browser-dynamic": "^18.0.0",
  21. "@angular/router": "^18.0.0",
  22. "@capacitor/android": "6.2.0",
  23. "@capacitor/app": "^6.0.2",
  24. "@capacitor/browser": "^6.0.2",
  25. "@capacitor/camera": "^6.0.0",
  26. "@capacitor/core": "6.2.0",
  27. "@capacitor/filesystem": "^6.0.0",
  28. "@capacitor/haptics": "^6.0.2",
  29. "@capacitor/ios": "^7.0.1",
  30. "@capacitor/keyboard": "^6.0.3",
  31. "@capacitor/status-bar": "^6.0.0",
  32. "@ionic-native/safari-view-controller": "^5.36.0",
  33. "@ionic/angular": "^8.4.0",
  34. "@ionic/angular-server": "^8.4.0",
  35. "@ionic/angular-toolkit": "^11.0.1",
  36. "@ionic/cordova-builders": "^12.1.2",
  37. "@ionic/core": "^8.4.0",
  38. "agora-extension-beauty-effect": "^1.0.2-beta",
  39. "cordova-android": "13.0.0",
  40. "cordova-plugin-safariviewcontroller": "^2.0.0",
  41. "ionicons": "^7.4.0",
  42. "ngx-build-plus": "^18.0.0",
  43. "parse": "^5.3.0",
  44. "qiniu-js": "^3.1.2",
  45. "svgaplayerweb": "^2.3.2",
  46. "swiper": "^11.1.14",
  47. "tslib": "^2.3.0",
  48. "video-animation-player": "^1.0.5",
  49. "zone.js": "~0.14.3"
  50. },
  51. "devDependencies": {
  52. "@angular-devkit/build-angular": "^18.0.4",
  53. "@angular/cli": "^18.0.4",
  54. "@angular/compiler-cli": "^18.0.0",
  55. "@capacitor/cli": "^6.2.0",
  56. "@types/jasmine": "~5.1.0",
  57. "@types/parse": "^3.0.9",
  58. "cordova-plugin-device": "2.0.2",
  59. "cordova-plugin-statusbar": "2.4.2",
  60. "cross-env": "^7.0.3",
  61. "jasmine-core": "~5.1.0",
  62. "karma": "~6.4.0",
  63. "karma-chrome-launcher": "~3.2.0",
  64. "karma-coverage": "~2.2.0",
  65. "karma-jasmine": "~5.1.0",
  66. "karma-jasmine-html-reporter": "~2.1.0",
  67. "typescript": "~5.4.2"
  68. },
  69. "cordova": {
  70. "plugins": {
  71. "cordova-plugin-statusbar": {},
  72. "cordova-plugin-device": {},
  73. "cordova-plugin-splashscreen": {},
  74. "cordova-plugin-ionic-webview": {},
  75. "cordova-plugin-ionic-keyboard": {}
  76. },
  77. "platforms": [
  78. "android"
  79. ]
  80. }
  81. }