package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. "build:test": "vite build --mode test",
  11. "preview": "vite preview"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "https://gitee.com/JavaLionLi/RuoYi-Vue-Plus-UI.git"
  16. },
  17. "dependencies": {
  18. "@element-plus/icons-vue": "^2.0.10",
  19. "@vueup/vue-quill": "1.1.0",
  20. "@vueuse/core": "9.5.0",
  21. "axios": "0.27.2",
  22. "clipboard": "^2.0.11",
  23. "echarts": "^5.4.0",
  24. "element-plus": "2.2.27",
  25. "file-saver": "2.0.5",
  26. "fuse.js": "6.6.2",
  27. "js-cookie": "3.0.1",
  28. "jsencrypt": "3.3.1",
  29. "lodash": "^4.17.21",
  30. "mitt": "^3.0.1",
  31. "nprogress": "0.2.0",
  32. "pinia": "2.0.22",
  33. "vue": "3.2.45",
  34. "vue-cropper": "1.0.3",
  35. "vue-router": "4.1.4",
  36. "vxe-table": "^4.5.13",
  37. "xe-utils": "^3.5.14",
  38. "xlsx": "^0.18.5"
  39. },
  40. "devDependencies": {
  41. "@vitejs/plugin-vue": "3.1.0",
  42. "@vue/compiler-sfc": "3.2.45",
  43. "sass": "1.56.1",
  44. "unplugin-auto-import": "0.11.4",
  45. "vite": "3.2.3",
  46. "vite-plugin-compression": "0.5.1",
  47. "vite-plugin-svg-icons": "2.0.1",
  48. "vite-plugin-vue-setup-extend": "0.4.0"
  49. }
  50. }