package.json 2.7 KB

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