package.json 2.0 KB

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