package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "ruoyi",
  3. "version": "3.8.7",
  4. "description": "若依管理系统",
  5. "author": "若依",
  6. "license": "MIT",
  7. "type": "module",
  8. "scripts": {
  9. "dev": "vite",
  10. "build:prod": "vite build",
  11. "build:stage": "vite build --mode staging",
  12. "preview": "vite preview"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "https://gitee.com/y_project/RuoYi-Vue.git"
  17. },
  18. "dependencies": {
  19. "@element-plus/icons-vue": "2.3.1",
  20. "@vueup/vue-quill": "1.2.0",
  21. "@vueuse/core": "10.6.1",
  22. "axios": "0.27.2",
  23. "echarts": "5.4.3",
  24. "element-plus": "2.4.3",
  25. "file-saver": "2.0.5",
  26. "fuse.js": "6.6.2",
  27. "js-cookie": "3.0.5",
  28. "jsencrypt": "3.3.2",
  29. "nprogress": "0.2.0",
  30. "pinia": "2.1.7",
  31. "vue": "3.3.9",
  32. "vue-cropper": "1.1.1",
  33. "vue-router": "4.2.5"
  34. },
  35. "devDependencies": {
  36. "@vitejs/plugin-vue": "4.5.0",
  37. "@vue/compiler-sfc": "3.3.9",
  38. "sass": "1.69.5",
  39. "unplugin-auto-import": "0.17.1",
  40. "vite": "5.0.4",
  41. "vite-plugin-compression": "0.5.1",
  42. "vite-plugin-svg-icons": "2.0.1",
  43. "unplugin-vue-setup-extend-plus": "1.0.0"
  44. }
  45. }