package.json 2.1 KB

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