package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. "pinia": "3.0.4",
  38. "sortablejs": "^1.15.0",
  39. "vue": "3.5.26",
  40. "vue-cropper": "1.1.1",
  41. "vue-router": "4.6.4",
  42. "vuedraggable": "4.1.0"
  43. },
  44. "devDependencies": {
  45. "@vitejs/plugin-vue": "5.2.4",
  46. "sass-embedded": "1.97.2",
  47. "unplugin-auto-import": "0.18.6",
  48. "unplugin-vue-setup-extend-plus": "1.0.1",
  49. "vite": "6.4.1",
  50. "vite-plugin-compression": "0.5.1",
  51. "vite-plugin-svg-icons": "2.0.1"
  52. },
  53. "overrides": {
  54. "quill": "2.0.2"
  55. },
  56. "resolutions": {
  57. "quill": "2.0.2"
  58. }
  59. }