package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "name": "ruoyi",
  3. "version": "3.8.4",
  4. "description": "账羚羊财务平台",
  5. "author": "易制造",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vite",
  9. "build:prod": "vite build",
  10. "build:test": "vite build --mode test",
  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.0.10",
  20. "@vue-office/docx": "^1.6.3",
  21. "@vue-office/excel": "^1.7.14",
  22. "@vue-office/pdf": "^2.0.10",
  23. "@vueuse/core": "9.5.0",
  24. "@wangeditor/editor": "^5.1.1",
  25. "@wangeditor/editor-for-vue": "^5.1.12",
  26. "axios": "0.27.2",
  27. "echarts": "5.4.0",
  28. "element-china-area-data": "^6.1.0",
  29. "element-plus": "2.2.21",
  30. "elui-china-area-dht": "^2.0.0",
  31. "file-saver": "2.0.5",
  32. "fuse.js": "6.6.2",
  33. "js-cookie": "3.0.1",
  34. "jsencrypt": "3.3.1",
  35. "moment": "^2.29.4",
  36. "nprogress": "0.2.0",
  37. "pinia": "2.0.22",
  38. "qs": "^6.11.0",
  39. "vue": "3.2.45",
  40. "vue-cropper": "1.0.3",
  41. "vue-router": "4.1.4",
  42. "watermarkjs": "^2.1.1"
  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. }
  54. }