package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "name": "ruoyi",
  3. "version": "3.9.1",
  4. "description": "若依管理系统",
  5. "author": "若依",
  6. "license": "MIT",
  7. "type": "module",
  8. "scripts": {
  9. "dev": "vite",
  10. "build:prod": "vite build",
  11. "build:stage": "vite build --mode staging",
  12. "preview": "vite preview",
  13. "test": "playwright test",
  14. "test:ui": "playwright test --ui",
  15. "test:headed": "playwright test --headed",
  16. "test:debug": "playwright test --debug",
  17. "test:report": "playwright show-report"
  18. },
  19. "repository": {
  20. "type": "git",
  21. "url": "https://gitee.com/y_project/RuoYi-Vue.git"
  22. },
  23. "dependencies": {
  24. "@element-plus/icons-vue": "2.3.1",
  25. "@mapbox/vector-tile": "^3.0.0",
  26. "@supermap/iclient3d-vue-for-webgl": "^1.2.2",
  27. "@types/three": "^0.182.0",
  28. "@vueup/vue-quill": "1.2.0",
  29. "@vueuse/core": "13.3.0",
  30. "autofit.js": "^3.2.8",
  31. "axios": "1.9.0",
  32. "cesium": "^1.140.0",
  33. "cesium-transform-gizmo": "^0.1.1",
  34. "clipboard": "2.0.11",
  35. "echarts": "5.6.0",
  36. "element-plus": "2.10.7",
  37. "file-saver": "2.0.5",
  38. "fuse.js": "6.6.2",
  39. "gsap": "^3.14.2",
  40. "js-beautify": "1.14.11",
  41. "js-cookie": "3.0.5",
  42. "jsencrypt": "3.3.2",
  43. "nprogress": "0.2.0",
  44. "pbf": "^5.1.0",
  45. "pinia": "3.0.2",
  46. "splitpanes": "4.0.4",
  47. "three": "^0.182.0",
  48. "vue": "3.5.16",
  49. "vue-cropper": "1.1.1",
  50. "vue-router": "4.5.1",
  51. "vuedraggable": "4.1.0"
  52. },
  53. "devDependencies": {
  54. "@playwright/test": "^1.60.0",
  55. "@vitejs/plugin-vue": "5.2.4",
  56. "sass-embedded": "1.89.1",
  57. "unplugin-auto-import": "0.18.6",
  58. "unplugin-vue-setup-extend-plus": "1.0.1",
  59. "vite": "6.3.5",
  60. "vite-plugin-compression": "0.5.1",
  61. "vite-plugin-svg-icons": "2.0.1"
  62. },
  63. "overrides": {
  64. "quill": "2.0.2"
  65. }
  66. }