package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "name": "goldenwater",
  3. "version": "3.9.2",
  4. "description": "太湖流域河湖管理系统",
  5. "author": "北京金水",
  6. "license": "MIT",
  7. "type": "module",
  8. "scripts": {
  9. "dev": "vite --mode development",
  10. "prod": "vite --mode production",
  11. "stag": "vite --mode staging",
  12. "build:dev": "vite build --mode development",
  13. "build:prod": "vite build --mode production",
  14. "build:stage": "vite build --mode staging",
  15. "preview": "vite preview"
  16. },
  17. "repository": {
  18. "type": "git",
  19. "url": "https://gitee.com/y_project/RuoYi-Vue.git"
  20. },
  21. "dependencies": {
  22. "@arcgis/core": "^5.0.19",
  23. "@element-plus/icons-vue": "2.3.2",
  24. "@vueup/vue-quill": "1.2.0",
  25. "@vueuse/core": "14.1.0",
  26. "axios": "1.13.2",
  27. "clipboard": "2.0.11",
  28. "echarts": "5.6.0",
  29. "element-plus": "2.13.1",
  30. "file-saver": "2.0.5",
  31. "fuse.js": "7.1.0",
  32. "js-base64": "^3.7.8",
  33. "js-beautify": "1.15.4",
  34. "js-cookie": "3.0.5",
  35. "jsencrypt": "3.3.2",
  36. "nprogress": "0.2.0",
  37. "pinia": "3.0.4",
  38. "vue": "3.5.26",
  39. "vue-cropper": "1.1.1",
  40. "vue-router": "4.6.4",
  41. "vuedraggable": "4.1.0"
  42. },
  43. "devDependencies": {
  44. "@vitejs/plugin-vue": "5.2.4",
  45. "sass-embedded": "1.97.2",
  46. "unplugin-auto-import": "0.18.6",
  47. "unplugin-vue-setup-extend-plus": "1.0.1",
  48. "vite": "6.4.1",
  49. "vite-plugin-compression": "0.5.1",
  50. "vite-plugin-svg-icons": "2.0.1"
  51. },
  52. "overrides": {
  53. "quill": "2.0.2"
  54. },
  55. "resolutions": {
  56. "quill": "2.0.2"
  57. }
  58. }