package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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/camera": "^6.0.0",
  25. "@capacitor/core": "6.2.0",
  26. "@capacitor/filesystem": "^6.0.0",
  27. "@capacitor/haptics": "^6.0.2",
  28. "@capacitor/ios": "^7.0.1",
  29. "@capacitor/keyboard": "^6.0.3",
  30. "@capacitor/status-bar": "^6.0.0",
  31. "@ionic/angular": "^8.4.0",
  32. "@ionic/angular-server": "^8.4.0",
  33. "@ionic/angular-toolkit": "^11.0.1",
  34. "@ionic/cordova-builders": "^12.1.2",
  35. "@ionic/core": "^8.4.0",
  36. "cordova-android": "13.0.0",
  37. "ngx-build-plus": "^18.0.0",
  38. "parse": "^5.3.0",
  39. "qiniu-js": "^3.1.2",
  40. "svgaplayerweb": "^2.3.2",
  41. "swiper": "^11.1.14",
  42. "tslib": "^2.3.0",
  43. "video-animation-player": "^1.0.5",
  44. "zone.js": "~0.14.3"
  45. },
  46. "devDependencies": {
  47. "@angular-devkit/build-angular": "^18.0.4",
  48. "@angular/cli": "^18.0.4",
  49. "@angular/compiler-cli": "^18.0.0",
  50. "@capacitor/cli": "^6.2.0",
  51. "@types/jasmine": "~5.1.0",
  52. "@types/parse": "^3.0.9",
  53. "cordova-plugin-device": "2.0.2",
  54. "cordova-plugin-statusbar": "2.4.2",
  55. "cross-env": "^7.0.3",
  56. "jasmine-core": "~5.1.0",
  57. "karma": "~6.4.0",
  58. "karma-chrome-launcher": "~3.2.0",
  59. "karma-coverage": "~2.2.0",
  60. "karma-jasmine": "~5.1.0",
  61. "karma-jasmine-html-reporter": "~2.1.0",
  62. "typescript": "~5.4.2"
  63. },
  64. "cordova": {
  65. "plugins": {
  66. "cordova-plugin-statusbar": {},
  67. "cordova-plugin-device": {},
  68. "cordova-plugin-splashscreen": {},
  69. "cordova-plugin-ionic-webview": {},
  70. "cordova-plugin-ionic-keyboard": {}
  71. },
  72. "platforms": [
  73. "android"
  74. ]
  75. }
  76. }