package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "gitnexus",
  3. "private": true,
  4. "version": "1.0.0",
  5. "type": "module",
  6. "author": "thc <2580797295@qq.com>",
  7. "description": "",
  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. "lru-cache": "^11.1.0",
  30. "markdown-it": "^14.1.0",
  31. "mitt": "^3.0.1",
  32. "pinia": "^3.0.1",
  33. "store": "^2.0.12",
  34. "three": "^0.175.0",
  35. "uuid": "^11.1.0",
  36. "vue": "^3.5.13",
  37. "vue-echarts": "^7.0.3",
  38. "vue-router": "^4.5.0"
  39. },
  40. "devDependencies": {
  41. "@arco-design/web-vue": "^2.57.0",
  42. "@arco-plugins/vite-vue": "^1.4.5",
  43. "@vitejs/plugin-vue": "^5.2.1",
  44. "less": "^4.2.2",
  45. "vite": "^6.2.0"
  46. }
  47. }