package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. },
  11. "private": true,
  12. "dependencies": {
  13. "@angular/animations": "^18.0.0",
  14. "@angular/common": "^18.0.0",
  15. "@angular/compiler": "^18.0.0",
  16. "@angular/core": "^18.0.0",
  17. "@angular/forms": "^18.0.0",
  18. "@angular/platform-browser": "^18.0.0",
  19. "@angular/platform-browser-dynamic": "^18.0.0",
  20. "@angular/router": "^18.0.0",
  21. "@capacitor/android": "6.2.0",
  22. "@capacitor/app": "6.0.2",
  23. "@capacitor/core": "6.2.0",
  24. "@capacitor/haptics": "6.0.2",
  25. "@capacitor/keyboard": "6.0.3",
  26. "@capacitor/status-bar": "6.0.2",
  27. "@ionic/angular": "^8.4.0",
  28. "@ionic/angular-server": "^8.4.0",
  29. "@ionic/angular-toolkit": "^11.0.1",
  30. "@ionic/cordova-builders": "^12.1.2",
  31. "@ionic/core": "^8.4.0",
  32. "cordova-android": "13.0.0",
  33. "ngx-build-plus": "^18.0.0",
  34. "parse": "^5.3.0",
  35. "qiniu-js": "^3.1.2",
  36. "svgaplayerweb": "^2.3.2",
  37. "swiper": "^11.1.14",
  38. "tslib": "^2.3.0",
  39. "zone.js": "~0.14.3"
  40. },
  41. "devDependencies": {
  42. "@angular-devkit/build-angular": "^18.0.4",
  43. "@angular/cli": "^18.0.4",
  44. "@angular/compiler-cli": "^18.0.0",
  45. "@capacitor/cli": "6.2.0",
  46. "@types/jasmine": "~5.1.0",
  47. "@types/parse": "^3.0.9",
  48. "cordova-plugin-device": "2.0.2",
  49. "cordova-plugin-ionic-keyboard": "^2.0.5",
  50. "cordova-plugin-ionic-webview": "^5.0.0",
  51. "cordova-plugin-splashscreen": "5.0.2",
  52. "cordova-plugin-statusbar": "2.4.2",
  53. "jasmine-core": "~5.1.0",
  54. "karma": "~6.4.0",
  55. "karma-chrome-launcher": "~3.2.0",
  56. "karma-coverage": "~2.2.0",
  57. "karma-jasmine": "~5.1.0",
  58. "karma-jasmine-html-reporter": "~2.1.0",
  59. "typescript": "~5.4.2"
  60. },
  61. "cordova": {
  62. "plugins": {
  63. "cordova-plugin-statusbar": {},
  64. "cordova-plugin-device": {},
  65. "cordova-plugin-splashscreen": {},
  66. "cordova-plugin-ionic-webview": {},
  67. "cordova-plugin-ionic-keyboard": {}
  68. },
  69. "platforms": [
  70. "android"
  71. ]
  72. }
  73. }