package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "name": "yinetoa",
  3. "version": "3.8.6",
  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. "@qiun/ucharts": "^2.5.0-20230101",
  20. "@qiun/vue-ucharts": "^2.5.0-20230101",
  21. "@tinymce/tinymce-vue": "^5.1.1",
  22. "@vueup/vue-quill": "^1.0.0-beta.11",
  23. "@vueuse/core": "9.5.0",
  24. "axios": "0.27.2",
  25. "babel-polyfill": "^6.26.0",
  26. "build": "^0.1.4",
  27. "core-js": "^3.32.2",
  28. "echarts": "^5.4.0",
  29. "element-plus": "2.2.27",
  30. "event-source-polyfill": "^1.0.31",
  31. "eventsource": "^2.0.2",
  32. "file-saver": "2.0.5",
  33. "fuse.js": "6.6.2",
  34. "jquery": "^3.7.1",
  35. "js-cookie": "3.0.1",
  36. "jsencrypt": "3.3.1",
  37. "mammoth": "^1.6.0",
  38. "moment": "^2.29.4",
  39. "nprogress": "0.2.0",
  40. "pdfjs-dist": "^3.10.111",
  41. "pinia": "2.0.22",
  42. "postcss": "^8.2.2",
  43. "preview": "^0.1.3",
  44. "quill": "^1.3.7",
  45. "sortablejs": "^1.15.0",
  46. "tinymce": "^6.7.0",
  47. "vue": "^3.2.36",
  48. "vue-cropper": "1.0.3",
  49. "vue-html-to-paper": "^2.0.3",
  50. "vue-print-nb": "^1.7.5",
  51. "vue-router": "4.1.4",
  52. "vue3-print-nb": "^0.1.4",
  53. "vuex": "^4.0.2",
  54. "wangeditor": "^4.7.15"
  55. },
  56. "devDependencies": {
  57. "@vitejs/plugin-legacy": "^4.1.1",
  58. "@vitejs/plugin-vue": "3.1.0",
  59. "@vue/compiler-sfc": "^3.2.45",
  60. "sass": "1.56.1",
  61. "unplugin-auto-import": "0.11.4",
  62. "vite": "3.2.3",
  63. "vite-plugin-compression": "0.5.1",
  64. "vite-plugin-svg-icons": "2.0.1",
  65. "vite-plugin-vue-setup-extend": "0.4.0",
  66. "webpack": "^5.89.0",
  67. "webpack-cli": "^5.1.4"
  68. }
  69. }