package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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": "vite build --mode production",
  12. "build:prod": "vite build --mode production",
  13. "build:dev": "vite build --mode development",
  14. "preview": "vite preview",
  15. "lint:eslint": "eslint",
  16. "lint:eslint:fix": "eslint --fix",
  17. "prettier": "prettier --write ."
  18. },
  19. "repository": {
  20. "type": "git",
  21. "url": "https://gitee.com/JavaLionLi/plus-ui.git"
  22. },
  23. "dependencies": {
  24. "@element-plus/icons-vue": "2.3.1",
  25. "@highlightjs/vue-plugin": "2.1.0",
  26. "@vueup/vue-quill": "1.2.0",
  27. "@vueuse/core": "13.1.0",
  28. "animate.css": "4.1.1",
  29. "await-to-js": "3.0.0",
  30. "axios": "1.8.4",
  31. "crypto-js": "4.2.0",
  32. "echarts": "5.6.0",
  33. "element-plus": "2.9.8",
  34. "file-saver": "2.0.5",
  35. "highlight.js": "11.9.0",
  36. "image-conversion": "2.1.1",
  37. "js-cookie": "3.0.5",
  38. "jsencrypt": "3.3.2",
  39. "nprogress": "0.2.0",
  40. "pinia": "3.0.2",
  41. "pnpm": "^10.12.2",
  42. "screenfull": "6.0.2",
  43. "vue": "3.5.13",
  44. "vue-cropper": "1.1.1",
  45. "vue-echarts": "^7.0.3",
  46. "vue-i18n": "11.1.3",
  47. "vue-json-pretty": "2.4.0",
  48. "vue-router": "4.5.0",
  49. "vue-types": "6.0.0",
  50. "vxe-table": "4.13.7"
  51. },
  52. "devDependencies": {
  53. "@iconify/json": "^2.2.276",
  54. "@types/crypto-js": "4.2.2",
  55. "@types/file-saver": "2.0.7",
  56. "@types/js-cookie": "3.0.6",
  57. "@types/node": "^22.13.4",
  58. "@types/nprogress": "0.2.3",
  59. "@unocss/preset-attributify": "66.0.0",
  60. "@unocss/preset-icons": "66.0.0",
  61. "@unocss/preset-uno": "66.0.0",
  62. "@vitejs/plugin-vue": "5.2.3",
  63. "@vue/compiler-sfc": "3.5.13",
  64. "@vue/eslint-config-prettier": "10.2.0",
  65. "@vue/eslint-config-typescript": "14.4.0",
  66. "autoprefixer": "10.4.20",
  67. "eslint": "9.21.0",
  68. "eslint-plugin-prettier": "5.2.3",
  69. "eslint-plugin-vue": "9.32.0",
  70. "globals": "16.0.0",
  71. "prettier": "3.5.2",
  72. "sass": "1.87.0",
  73. "typescript": "~5.8.3",
  74. "unocss": "66.0.0",
  75. "unplugin-auto-import": "19.1.2",
  76. "unplugin-element-plus": "^0.10.0",
  77. "unplugin-icons": "22.1.0",
  78. "unplugin-vue-components": "28.5.0",
  79. "unplugin-vue-setup-extend-plus": "1.0.1",
  80. "vite": "6.3.2",
  81. "vite-plugin-compression": "0.5.1",
  82. "vite-plugin-svg-icons-ng": "^1.4.0",
  83. "vite-plugin-vue-devtools": "7.7.5",
  84. "vitest": "3.1.2",
  85. "vue-tsc": "^2.2.8"
  86. },
  87. "overrides": {
  88. "quill": "2.0.2"
  89. },
  90. "engines": {
  91. "node": ">=18.18.0",
  92. "npm": ">=8.9.0"
  93. },
  94. "browserslist": [
  95. "Chrome >= 87",
  96. "Edge >= 88",
  97. "Safari >= 14",
  98. "Firefox >= 78"
  99. ]
  100. }