package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "ruoyi",
  3. "version": "3.8.5",
  4. "description": "若依管理系统",
  5. "author": "若依",
  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.1.0",
  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. "vue": "3.2.45",
  31. "vue-cropper": "1.0.3",
  32. "vue-router": "4.1.4",
  33. "@intlify/vite-plugin-vue-i18n": "^6.0.1",
  34. "vue-i18n": "^9.2.2",
  35. "@boooooob/vue3-pdfjs": "^1.0.4",
  36. "vue-virtual-scroller": "^2.0.0-beta.8",
  37. "moment": "^2.29.4",
  38. "jspdf": "^2.5.1",
  39. "yid": "^1.4.0",
  40. "@icon-park/vue-next": "^1.4.2",
  41. "vuedraggable-es": "^4.1.1",
  42. "html-to-image": "^1.11.11"
  43. },
  44. "devDependencies": {
  45. "@vitejs/plugin-vue": "3.1.0",
  46. "@vue/compiler-sfc": "3.2.45",
  47. "sass": "1.56.1",
  48. "unplugin-auto-import": "0.11.4",
  49. "vite": "3.2.3",
  50. "vite-plugin-compression": "0.5.1",
  51. "vite-plugin-svg-icons": "2.0.1",
  52. "vite-plugin-vue-setup-extend": "0.4.0",
  53. "@types/js-cookie": "^3.0.2",
  54. "unplugin-vue-components": "^0.22.4",
  55. "@types/node": "^18.7.14"
  56. }
  57. }