package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "ruoyi",
  3. "version": "3.8.4",
  4. "description": "德迈仕数字化平台",
  5. "author": "易制造",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vite",
  9. "build:prod": "vite build",
  10. "build:stage": "vite build --mode staging",
  11. "preview": "vite preview"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "https://gitee.com/y_project/RuoYi-Vue.git"
  16. },
  17. "dependencies": {
  18. "@element-plus/icons-vue": "^2.0.10",
  19. "@vueuse/core": "9.5.0",
  20. "@wangeditor/editor": "^5.1.1",
  21. "@wangeditor/editor-for-vue": "^5.1.12",
  22. "axios": "0.27.2",
  23. "echarts": "5.4.0",
  24. "element-plus": "2.2.21",
  25. "file-saver": "^2.0.5",
  26. "fuse.js": "6.6.2",
  27. "i": "^0.3.7",
  28. "js-cookie": "3.0.1",
  29. "jsencrypt": "3.3.1",
  30. "jszip": "^3.10.1",
  31. "lodash-es": "^4.17.21",
  32. "moment": "^2.29.4",
  33. "nprogress": "0.2.0",
  34. "pinia": "2.0.22",
  35. "print-js": "^1.6.0",
  36. "qs": "^6.11.2",
  37. "ruoyi": "file:",
  38. "sortable.js": "^0.3.0",
  39. "sortablejs": "^1.15.2",
  40. "vue": "3.2.45",
  41. "vue-cropper": "1.0.3",
  42. "vue-router": "4.1.4",
  43. "vxe-table": "^4.7.59",
  44. "ws": "^8.18.0"
  45. },
  46. "devDependencies": {
  47. "@vitejs/plugin-vue": "3.1.0",
  48. "@vue/babel-preset-jsx": "^1.4.0",
  49. "@vue/compiler-sfc": "3.2.45",
  50. "sass": "1.56.1",
  51. "unplugin-auto-import": "0.11.4",
  52. "vite": "3.2.3",
  53. "vite-plugin-compression": "0.5.1",
  54. "vite-plugin-svg-icons": "2.0.1",
  55. "vite-plugin-vue-setup-extend": "0.4.0"
  56. }
  57. }