package.json 835 B

1234567891011121314151617181920212223242526272829303132333435
  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. "axios": "^1.10.0",
  16. "element-plus": "^2.10.2",
  17. "highlight.js": "^11.11.1",
  18. "hls.js": "^1.6.7",
  19. "jsencrypt": "^3.3.2",
  20. "markdown-it": "^14.1.0",
  21. "router": "^2.2.0",
  22. "vue": "^3.5.17",
  23. "vue-router": "^4.5.1",
  24. "vuex": "^4.0.2",
  25. "web-storage-cache": "^1.1.1"
  26. },
  27. "devDependencies": {
  28. "@types/markdown-it": "^14.1.2",
  29. "@types/node": "^24.0.10",
  30. "@vitejs/plugin-vue": "^6.0.0",
  31. "path": "^0.12.7",
  32. "sass": "^1.89.2",
  33. "vite": "^7.0.0"
  34. }
  35. }