package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "$schema": "https://json.schemastore.org/package",
  3. "name": "ruoyi-vue-plus",
  4. "version": "5.4.0-2.4.0",
  5. "description": "RuoYi-Vue-Plus多租户管理系统",
  6. "author": "LionLi",
  7. "license": "MIT",
  8. "type": "module",
  9. "scripts": {
  10. "dev": "vite serve --mode development",
  11. "build:prod": "vite build --mode production",
  12. "build:dev": "vite build --mode development",
  13. "preview": "vite preview",
  14. "lint:eslint": "eslint",
  15. "lint:eslint:fix": "eslint --fix",
  16. "prettier": "prettier --write ."
  17. },
  18. "repository": {
  19. "type": "git",
  20. "url": "https://gitee.com/JavaLionLi/plus-ui.git"
  21. },
  22. "dependencies": {
  23. "@element-plus/icons-vue": "2.3.1",
  24. "@highlightjs/vue-plugin": "2.1.0",
  25. "@vueup/vue-quill": "1.2.0",
  26. "@vueuse/core": "13.1.0",
  27. "@wangeditor/editor": "^5.1.23",
  28. "@wangeditor/editor-for-vue": "^5.1.12",
  29. "animate.css": "4.1.1",
  30. "await-to-js": "3.0.0",
  31. "axios": "1.8.4",
  32. "crypto-js": "4.2.0",
  33. "dplayer": "^1.27.1",
  34. "echarts": "5.6.0",
  35. "element-plus": "2.9.8",
  36. "element-resize-detector": "^1.2.4",
  37. "file-saver": "^2.0.5",
  38. "highlight.js": "11.9.0",
  39. "html-docx-js": "^0.3.1",
  40. "html-docx-js-typescript": "^0.1.5",
  41. "html2canvas": "^1.4.1",
  42. "html2image-pdf-word": "^1.0.4",
  43. "image-conversion": "2.1.1",
  44. "js-cookie": "3.0.5",
  45. "jsencrypt": "3.3.2",
  46. "jspdf": "^2.5.2",
  47. "nprogress": "0.2.0",
  48. "pinia": "3.0.2",
  49. "screenfull": "6.0.2",
  50. "vue": "3.5.13",
  51. "vue-cropper": "1.1.1",
  52. "vue-i18n": "11.1.3",
  53. "vue-json-pretty": "2.4.0",
  54. "vue-router": "4.5.0",
  55. "vue-types": "6.0.0",
  56. "vxe-table": "4.13.7"
  57. },
  58. "devDependencies": {
  59. "@iconify/json": "^2.2.276",
  60. "@types/crypto-js": "4.2.2",
  61. "@types/file-saver": "2.0.7",
  62. "@types/js-cookie": "3.0.6",
  63. "@types/node": "^22.13.4",
  64. "@types/nprogress": "0.2.3",
  65. "@unocss/preset-attributify": "66.0.0",
  66. "@unocss/preset-icons": "66.0.0",
  67. "@unocss/preset-uno": "66.0.0",
  68. "@vitejs/plugin-vue": "5.2.3",
  69. "@vue/compiler-sfc": "3.5.13",
  70. "@vue/eslint-config-prettier": "10.2.0",
  71. "@vue/eslint-config-typescript": "14.4.0",
  72. "autoprefixer": "10.4.20",
  73. "eslint": "9.21.0",
  74. "eslint-plugin-prettier": "5.2.3",
  75. "eslint-plugin-vue": "9.32.0",
  76. "globals": "16.0.0",
  77. "prettier": "3.5.2",
  78. "sass": "1.87.0",
  79. "typescript": "~5.8.3",
  80. "unocss": "66.0.0",
  81. "unplugin-auto-import": "19.1.2",
  82. "unplugin-icons": "22.1.0",
  83. "unplugin-vue-components": "28.5.0",
  84. "unplugin-vue-setup-extend-plus": "1.0.1",
  85. "vite": "6.3.2",
  86. "vite-plugin-compression": "0.5.1",
  87. "vite-plugin-svg-icons-ng": "^1.4.0",
  88. "vite-plugin-vue-devtools": "7.7.5",
  89. "vitest": "3.1.2",
  90. "vue-tsc": "^2.2.8"
  91. },
  92. "overrides": {
  93. "quill": "2.0.2"
  94. },
  95. "engines": {
  96. "node": ">=18.18.0",
  97. "npm": ">=8.9.0"
  98. },
  99. "browserslist": [
  100. "Chrome >= 87",
  101. "Edge >= 88",
  102. "Safari >= 14",
  103. "Firefox >= 78"
  104. ]
  105. }