package.json 1.4 KB

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