package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "vite-project",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vite build",
  9. "preview": "vite preview"
  10. },
  11. "dependencies": {
  12. "@element-plus/icons-vue": "^2.3.1",
  13. "@microsoft/fetch-event-source": "^2.0.1",
  14. "@vitejs/plugin-legacy": "^7.0.1",
  15. "@vue-office/docx": "^1.6.3",
  16. "@vue-office/excel": "^1.7.14",
  17. "@vue-office/pptx": "^1.0.1",
  18. "axios": "^1.10.0",
  19. "element-plus": "^2.10.2",
  20. "highlight.js": "^11.11.1",
  21. "hls.js": "^1.6.7",
  22. "js-cookie": "^3.0.5",
  23. "jsencrypt": "^3.3.2",
  24. "markdown-it": "^14.1.0",
  25. "router": "^2.2.0",
  26. "video.js": "^7.21.5",
  27. "vue": "^3.5.17",
  28. "vue-demi": "^0.14.10",
  29. "vue-router": "^4.5.1",
  30. "vue-video-play": "^7.0.4",
  31. "vue-video-player": "^6.0.0",
  32. "vue3-video-play": "^1.3.1-beta.6",
  33. "vuex": "^4.0.2",
  34. "web-storage-cache": "^1.1.1"
  35. },
  36. "devDependencies": {
  37. "@types/markdown-it": "^14.1.2",
  38. "@types/node": "^24.0.10",
  39. "@vitejs/plugin-vue": "^6.0.0",
  40. "eslint": "^9.32.0",
  41. "eslint-plugin-vue": "^10.3.0",
  42. "path": "^0.12.7",
  43. "sass": "^1.89.2",
  44. "vite": "^7.0.0"
  45. }
  46. }