package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "ruoyi",
  3. "version": "3.8.6",
  4. "description": "OA综合管理系统",
  5. "author": "OA综合管理系统",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vite",
  9. "build:prod": "vite build",
  10. "build:stage": "vite build --mode staging",
  11. "preview": "vite preview"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "https://gitee.com/y_project/RuoYi-Vue.git"
  16. },
  17. "dependencies": {
  18. "@element-plus/icons-vue": "2.0.10",
  19. "@vueup/vue-quill": "^1.0.0-beta.11",
  20. "@vueuse/core": "9.5.0",
  21. "axios": "0.27.2",
  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. "nprogress": "0.2.0",
  29. "pinia": "2.0.22",
  30. "postcss": "^8.2.2",
  31. "quill": "^1.3.7",
  32. "vue": "^3.2.36",
  33. "vue-cropper": "1.0.3",
  34. "vue-router": "4.1.4",
  35. "vue3-treeselect": "^0.1.10",
  36. "wangeditor": "^4.7.15"
  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. }