package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "ruoyi-vue-plus",
  3. "version": "4.8.0",
  4. "description": "数字招商后台管理系统",
  5. "author": "LionLi",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vite",
  9. "build:prod": "vite build",
  10. "preview": "vite preview"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "https://gitee.com/JavaLionLi/RuoYi-Vue-Plus-UI.git"
  15. },
  16. "dependencies": {
  17. "@element-plus/icons-vue": "^2.0.10",
  18. "@vueup/vue-quill": "1.1.0",
  19. "@vueuse/core": "9.5.0",
  20. "axios": "0.27.2",
  21. "clipboard": "^2.0.11",
  22. "echarts": "^5.4.0",
  23. "element-plus": "2.2.27",
  24. "file-saver": "2.0.5",
  25. "fuse.js": "6.6.2",
  26. "js-cookie": "3.0.1",
  27. "jsencrypt": "3.3.1",
  28. "lodash": "^4.17.21",
  29. "nprogress": "0.2.0",
  30. "pinia": "2.0.22",
  31. "vue": "3.2.45",
  32. "vue-cropper": "1.0.3",
  33. "vue-router": "4.1.4",
  34. "vxe-table": "^4.5.13",
  35. "xe-utils": "^3.5.14",
  36. "xlsx": "^0.18.5"
  37. },
  38. "devDependencies": {
  39. "@vitejs/plugin-vue": "3.1.0",
  40. "@vue/compiler-sfc": "3.2.45",
  41. "sass": "1.56.1",
  42. "unplugin-auto-import": "0.11.4",
  43. "vite": "3.2.3",
  44. "vite-plugin-compression": "0.5.1",
  45. "vite-plugin-svg-icons": "2.0.1",
  46. "vite-plugin-vue-setup-extend": "0.4.0"
  47. }
  48. }