package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. "@elevenlabs/cli": "^0.3.3",
  14. "@microsoft/fetch-event-source": "^2.0.1",
  15. "@vitejs/plugin-legacy": "^7.0.1",
  16. "@vue-office/docx": "^1.6.3",
  17. "@vue-office/excel": "^1.7.14",
  18. "@vue-office/pptx": "^1.0.1",
  19. "axios": "^1.10.0",
  20. "crypto-js": "^4.2.0",
  21. "element-plus": "^2.10.2",
  22. "highlight.js": "^11.11.1",
  23. "hls.js": "^1.6.7",
  24. "js-cookie": "^3.0.5",
  25. "jsencrypt": "^3.3.2",
  26. "markdown-it": "^14.1.0",
  27. "router": "^2.2.0",
  28. "video.js": "^7.21.5",
  29. "vue": "^3.5.17",
  30. "vue-demi": "^0.14.10",
  31. "vue-router": "^4.5.1",
  32. "vue-video-play": "^7.0.4",
  33. "vue-video-player": "^6.0.0",
  34. "vue3-video-play": "^1.3.1-beta.6",
  35. "vuex": "^4.0.2",
  36. "web-storage-cache": "^1.1.1"
  37. },
  38. "devDependencies": {
  39. "@types/markdown-it": "^14.1.2",
  40. "@types/node": "^24.0.10",
  41. "@vitejs/plugin-vue": "^6.0.0",
  42. "blockly": "^12.3.1",
  43. "eslint": "^9.32.0",
  44. "eslint-plugin-vue": "^10.3.0",
  45. "path": "^0.12.7",
  46. "sass": "^1.89.2",
  47. "vite": "^7.0.0"
  48. }
  49. }