package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "junma-show",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vue-tsc -b && vite build",
  9. "preview": "vite preview"
  10. },
  11. "dependencies": {
  12. "@primevue/forms": "^4.3.9",
  13. "@types/axios": "^0.14.4",
  14. "@types/vue-router": "^2.0.0",
  15. "@videojs/http-streaming": "^3.17.2",
  16. "@vueuse/core": "^13.9.0",
  17. "axios": "^1.12.2",
  18. "hls.js": "^1.6.13",
  19. "pinia": "^2.1.0",
  20. "primeicons": "^7.0.0",
  21. "primevue": "^4.3.9",
  22. "vconsole": "^3.15.1",
  23. "video.js": "^8.23.4",
  24. "vue": "^3.5.18",
  25. "vue-router": "^4.5.1",
  26. "zod": "^4.1.9"
  27. },
  28. "devDependencies": {
  29. "@tsconfig/node20": "^20.1.6",
  30. "@types/node": "^24.5.1",
  31. "@types/video.js": "^7.3.58",
  32. "@vitejs/plugin-vue": "^6.0.1",
  33. "@vue/tsconfig": "^0.7.0",
  34. "autoprefixer": "^10.4.19",
  35. "postcss": "^8.4.38",
  36. "sharp": "^0.34.4",
  37. "tailwindcss": "^3.4.11",
  38. "typescript": "~5.8.3",
  39. "vite": "^7.1.2",
  40. "vite-plugin-pwa": "^1.1.0",
  41. "vue-tsc": "^3.0.5",
  42. "workbox-window": "^7.3.0"
  43. },
  44. "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
  45. }