package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. "dat.gui": "^0.7.9",
  36. "echarts": "5.6.0",
  37. "element-plus": "2.10.7",
  38. "file-saver": "2.0.5",
  39. "fuse.js": "6.6.2",
  40. "gsap": "^3.14.2",
  41. "js-beautify": "1.14.11",
  42. "js-cookie": "3.0.5",
  43. "jsencrypt": "3.3.2",
  44. "nprogress": "0.2.0",
  45. "pbf": "^5.1.0",
  46. "pinia": "3.0.2",
  47. "splitpanes": "4.0.4",
  48. "three": "^0.182.0",
  49. "vue": "3.5.16",
  50. "vue-cropper": "1.1.1",
  51. "vue-router": "4.5.1",
  52. "vuedraggable": "4.1.0"
  53. },
  54. "devDependencies": {
  55. "@playwright/test": "^1.60.0",
  56. "@vitejs/plugin-vue": "5.2.4",
  57. "sass-embedded": "1.89.1",
  58. "unplugin-auto-import": "0.18.6",
  59. "unplugin-vue-setup-extend-plus": "1.0.1",
  60. "vite": "6.3.5",
  61. "vite-plugin-compression": "0.5.1",
  62. "vite-plugin-svg-icons": "2.0.1"
  63. },
  64. "overrides": {
  65. "quill": "2.0.2"
  66. }
  67. }