package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "$schema": "https://json.schemastore.org/package",
  3. "name": "ruoyi-vue-plus",
  4. "version": "5.5.2-2.5.2",
  5. "description": "优易",
  6. "author": "LionLi",
  7. "license": "MIT",
  8. "type": "module",
  9. "scripts": {
  10. "dev:www": "vite --port 5101",
  11. "dev:b": "vite --port 5102",
  12. "dev:mro": "vite --port 5103",
  13. "dev:fuli": "vite --port 5104",
  14. "dev:reg": "vite --port 5105",
  15. "dev:breg": "vite --port 5106",
  16. "dev:greg": "vite --port 5107",
  17. "dev:passport": "vite --port 5108",
  18. "dev:search": "vite --port 5109",
  19. "dev:item": "vite --port 5110",
  20. "dev:cart": "vite --port 5111",
  21. "dev:trad": "vite --port 5112",
  22. "dev:payc": "vite --port 5113",
  23. "dev:order": "vite --port 5114",
  24. "dev:plan": "vite --port 5115",
  25. "dev:plan_info": "vite --port 5116",
  26. "dev:i": "vite --port 5117",
  27. "dev:easybuv": "vite --port 5118",
  28. "build:prod": "vite build --mode production",
  29. "build:dev": "vite build --mode development",
  30. "preview": "vite preview",
  31. "lint:eslint": "eslint",
  32. "lint:eslint:fix": "eslint --fix",
  33. "prettier": "prettier --write ."
  34. },
  35. "repository": {
  36. "type": "git",
  37. "url": "https://gitee.com/JavaLionLi/plus-ui.git"
  38. },
  39. "dependencies": {
  40. "@element-plus/icons-vue": "2.3.2",
  41. "@highlightjs/vue-plugin": "2.1.2",
  42. "@vueup/vue-quill": "1.2.0",
  43. "@vueuse/core": "13.9.0",
  44. "animate.css": "4.1.1",
  45. "await-to-js": "3.0.0",
  46. "axios": "1.13.1",
  47. "crypto-js": "4.2.0",
  48. "echarts": "5.6.0",
  49. "element-china-area-data": "^6.1.0",
  50. "element-plus": "2.11.7",
  51. "file-saver": "2.0.5",
  52. "highlight.js": "11.11.1",
  53. "image-conversion": "2.1.1",
  54. "js-cookie": "3.0.5",
  55. "jsencrypt": "3.5.4",
  56. "nprogress": "0.2.0",
  57. "pinia": "3.0.3",
  58. "screenfull": "6.0.2",
  59. "vue": "3.5.22",
  60. "vue-cropper": "1.1.4",
  61. "vue-i18n": "11.1.12",
  62. "vue-json-pretty": "2.6.0",
  63. "vue-router": "4.6.3",
  64. "vue-types": "6.0.0",
  65. "vxe-table": "4.17.7",
  66. "xlsx": "^0.18.5"
  67. },
  68. "devDependencies": {
  69. "@iconify/json": "^2.2.403",
  70. "@types/crypto-js": "4.2.2",
  71. "@types/file-saver": "2.0.7",
  72. "@types/js-cookie": "3.0.6",
  73. "@types/node": "^22.19.0",
  74. "@types/nprogress": "0.2.3",
  75. "@unocss/preset-attributify": "66.5.4",
  76. "@unocss/preset-icons": "66.5.4",
  77. "@unocss/preset-uno": "66.5.4",
  78. "@vitejs/plugin-vue": "5.2.4",
  79. "@vue/compiler-sfc": "3.5.22",
  80. "@vue/eslint-config-prettier": "10.2.0",
  81. "@vue/eslint-config-typescript": "14.6.0",
  82. "autoprefixer": "10.4.21",
  83. "eslint": "9.39.1",
  84. "eslint-plugin-prettier": "5.5.4",
  85. "eslint-plugin-vue": "9.33.0",
  86. "globals": "16.5.0",
  87. "prettier": "3.6.2",
  88. "sass": "1.93.3",
  89. "typescript": "~5.9.3",
  90. "unocss": "66.5.4",
  91. "unplugin-auto-import": "19.3.0",
  92. "unplugin-icons": "22.5.0",
  93. "unplugin-vue-components": "28.8.0",
  94. "unplugin-vue-setup-extend-plus": "1.0.1",
  95. "vite": "6.4.1",
  96. "vite-plugin-compression": "0.5.1",
  97. "vite-plugin-svg-icons-ng": "^1.5.2",
  98. "vite-plugin-vue-devtools": "8.0.3",
  99. "vitest": "3.2.4",
  100. "vue-tsc": "^2.2.12"
  101. },
  102. "overrides": {
  103. "quill": "2.0.2"
  104. },
  105. "engines": {
  106. "node": ">=18.18.0",
  107. "npm": ">=8.9.0"
  108. },
  109. "browserslist": [
  110. "Chrome >= 87",
  111. "Edge >= 88",
  112. "Safari >= 14",
  113. "Firefox >= 78"
  114. ]
  115. }