package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "gitnexus",
  3. "private": true,
  4. "version": "1.0.0",
  5. "type": "module",
  6. "author": "thc <2580797295@qq.com>",
  7. "description": "GitNexus 一款Git可视化分析管理工具",
  8. "homepage": "https://www.gitnexus.cn",
  9. "repository": {
  10. "type": "git",
  11. "url": "https://git.stackoverflow.vip/gitnexus_team/GitNexus-frontend"
  12. },
  13. "scripts": {
  14. "dev": "vite",
  15. "build": "vite build",
  16. "preview": "vite preview"
  17. },
  18. "dependencies": {
  19. "@amap/amap-jsapi-loader": "^1.0.1",
  20. "@highlightjs/vue-plugin": "^2.1.0",
  21. "@kjgl77/datav-vue3": "^1.7.4",
  22. "axios": "^1.8.3",
  23. "blueimp-md5": "^2.19.0",
  24. "crypto-js": "^4.2.0",
  25. "echarts": "^5.6.0",
  26. "highlight.js": "^11.11.1",
  27. "html2pdf.js": "^0.10.3",
  28. "jsencrypt": "^3.3.2",
  29. "markdown-it": "^14.1.0",
  30. "mitt": "^3.0.1",
  31. "pinia": "^3.0.1",
  32. "store": "^2.0.12",
  33. "three": "^0.175.0",
  34. "vue": "^3.5.13",
  35. "vue-echarts": "^7.0.3",
  36. "vue-router": "^4.5.0"
  37. },
  38. "devDependencies": {
  39. "@arco-design/web-vue": "^2.57.0",
  40. "@arco-plugins/vite-vue": "^1.4.5",
  41. "@vitejs/plugin-vue": "^5.2.1",
  42. "less": "^4.2.2",
  43. "vite": "^6.2.0"
  44. }
  45. }