package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. "@element-plus/icons-vue": "2.3.2",
  23. "@vueup/vue-quill": "1.2.0",
  24. "@vueuse/core": "14.1.0",
  25. "axios": "1.13.2",
  26. "clipboard": "2.0.11",
  27. "echarts": "5.6.0",
  28. "element-plus": "2.13.1",
  29. "file-saver": "2.0.5",
  30. "fuse.js": "7.1.0",
  31. "js-base64": "^3.7.8",
  32. "js-beautify": "1.15.4",
  33. "js-cookie": "3.0.5",
  34. "jsencrypt": "3.3.2",
  35. "leaflet": "^1.9.4",
  36. "nprogress": "0.2.0",
  37. "ol": "^10.9.0",
  38. "pinia": "3.0.4",
  39. "proj4": "^2.20.9",
  40. "sortablejs": "^1.15.0",
  41. "vue": "3.5.26",
  42. "vue-cropper": "1.1.1",
  43. "vue-router": "4.6.4",
  44. "vuedraggable": "4.1.0"
  45. },
  46. "devDependencies": {
  47. "@vitejs/plugin-vue": "5.2.4",
  48. "sass-embedded": "1.97.2",
  49. "unplugin-auto-import": "0.18.6",
  50. "unplugin-vue-setup-extend-plus": "1.0.1",
  51. "vite": "6.4.1",
  52. "vite-plugin-compression": "0.5.1",
  53. "vite-plugin-svg-icons": "2.0.1"
  54. },
  55. "overrides": {
  56. "quill": "2.0.2"
  57. },
  58. "resolutions": {
  59. "quill": "2.0.2"
  60. }
  61. }