package.json 686 B

123456789101112131415161718192021222324252627282930
  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. "@microsoft/fetch-event-source": "^2.0.1",
  13. "@vitejs/plugin-legacy": "^7.0.0",
  14. "axios": "^1.10.0",
  15. "element-plus": "^2.10.2",
  16. "highlight.js": "^11.11.1",
  17. "markdown-it": "^14.1.0",
  18. "router": "^2.2.0",
  19. "vue": "^3.5.17",
  20. "vue-router": "^4.5.1"
  21. },
  22. "devDependencies": {
  23. "@types/markdown-it": "^14.1.2",
  24. "@types/node": "^24.0.10",
  25. "@vitejs/plugin-vue": "^6.0.0",
  26. "path": "^0.12.7",
  27. "sass": "^1.89.2",
  28. "vite": "^7.0.0"
  29. }
  30. }