package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "$schema": "https://json.schemastore.org/package",
  3. "name": "ruoyi-vue-plus",
  4. "version": "5.3.1-2.3.0",
  5. "description": "AI大模型",
  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. "@better-scroll/core": "^2.5.1",
  24. "@element-plus/icons-vue": "2.3.1",
  25. "@highlightjs/vue-plugin": "2.1.0",
  26. "@iconify/vue": "^4.3.0",
  27. "@vueup/vue-quill": "1.2.0",
  28. "@vueuse/core": "12.7.0",
  29. "animate.css": "4.1.1",
  30. "await-to-js": "3.0.0",
  31. "axios": "1.7.8",
  32. "crypto-js": "4.2.0",
  33. "echarts": "5.5.0",
  34. "element-plus": "2.8.8",
  35. "file-saver": "2.0.5",
  36. "form-data": "^4.0.2",
  37. "highlight.js": "11.9.0",
  38. "image-conversion": "2.1.1",
  39. "js-cookie": "3.0.5",
  40. "jsencrypt": "3.3.2",
  41. "katex": "^0.16.22",
  42. <<<<<<< HEAD
  43. "lodash-es": "^4.17.21",
  44. "markdown-it": "^14.1.0",
  45. "markdown-it-link-attributes": "^4.0.1",
  46. "markdown-it-texmath": "^1.0.0",
  47. "naive-ui": "^2.41.0",
  48. =======
  49. "markdown-it": "^14.1.0",
  50. "markdown-it-link-attributes": "^4.0.1",
  51. "markdown-it-texmath": "^1.0.0",
  52. >>>>>>> origin/rlzc-v0.1
  53. "nprogress": "0.2.0",
  54. "pinia": "2.2.6",
  55. "qiniu-js": "^4.0.0-beta.6",
  56. "qs": "^6.14.0",
  57. "screenfull": "6.0.2",
  58. "vue": "3.5.13",
  59. "vue-cropper": "1.1.1",
  60. "vue-draggable-plus": "^0.6.0",
  61. "vue-i18n": "10.0.5",
  62. "vue-json-pretty": "2.4.0",
  63. "vue-router": "4.4.5",
  64. "vue-types": "5.1.3",
  65. "vxe-table": "4.5.22"
  66. },
  67. "devDependencies": {
  68. "@iconify/json": "2.2.276",
  69. "@types/crypto-js": "4.2.2",
  70. "@types/file-saver": "2.0.7",
  71. "@types/js-cookie": "3.0.6",
  72. "@types/node": "^22.13.4",
  73. "@types/nprogress": "0.2.3",
  74. "@unocss/preset-attributify": "66.0.0",
  75. "@unocss/preset-icons": "66.0.0",
  76. "@unocss/preset-uno": "66.0.0",
  77. "@vitejs/plugin-vue": "5.2.1",
  78. "@vue/compiler-sfc": "3.4.23",
  79. "@vue/eslint-config-prettier": "10.2.0",
  80. "@vue/eslint-config-typescript": "14.4.0",
  81. "autoprefixer": "10.4.20",
  82. "eslint": "9.21.0",
  83. "eslint-plugin-prettier": "5.2.3",
  84. "eslint-plugin-vue": "9.32.0",
  85. "globals": "16.0.0",
  86. "naive-ui": "^2.41.0",
  87. "prettier": "3.5.2",
  88. "sass": "1.84.0",
  89. "typescript": "~5.7.3",
  90. "unocss": "66.0.0",
  91. "unplugin-auto-import": "0.17.5",
  92. "unplugin-icons": "0.18.5",
  93. "unplugin-vue-components": "28.0.0",
  94. "unplugin-vue-setup-extend-plus": "1.0.1",
  95. "vite": "5.4.11",
  96. "vite-plugin-compression": "0.5.1",
  97. "vite-plugin-svg-icons-ng": "^1.2.2",
  98. "vite-plugin-vue-devtools": "7.7.1",
  99. "vitest": "3.0.5",
  100. "vue-tsc": "^2.2.2"
  101. },
  102. "engines": {
  103. "node": ">=18.18.0",
  104. "npm": ">=8.9.0"
  105. },
  106. "browserslist": [
  107. "Chrome >= 87",
  108. "Edge >= 88",
  109. "Safari >= 14",
  110. "Firefox >= 78"
  111. ]
  112. }