package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "name": "ruoyi",
  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. "build:zwp": "vite build --mode zwp",
  12. "preview": "vite preview"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "https://gitee.com/y_project/RuoYi-Vue.git"
  17. },
  18. "dependencies": {
  19. "@ckeditor/ckeditor5-build-classic": "^39.0.2",
  20. "@ckeditor/ckeditor5-vue": "^5.1.0",
  21. "@element-plus/icons-vue": "2.0.10",
  22. "@layui/layer-vue": "^2.3.1",
  23. "@microsoft/fetch-event-source": "^2.0.1",
  24. "@vueup/vue-quill": "1.1.0",
  25. "@vueuse/core": "9.5.0",
  26. "axios": "0.27.2",
  27. "clipboard": "^2.0.11",
  28. "echarts": "5.4.0",
  29. "el-table-infinite-scroll": "^3.0.3",
  30. "element-plus": "2.2.27",
  31. "file-saver": "2.0.5",
  32. "fuse.js": "6.6.2",
  33. "js-cookie": "3.0.1",
  34. "jsencrypt": "3.3.1",
  35. "mitt": "^3.0.1",
  36. "nprogress": "0.2.0",
  37. "patch-package": "^8.0.0",
  38. "pinia": "2.0.22",
  39. "sm-crypto": "^0.3.13",
  40. "socket.io-client": "^4.0.0",
  41. "sockjs-client": "^1.6.1",
  42. "sortablejs": "^1.15.0",
  43. "vite-plugin-html": "^3.2.2",
  44. "vue": "3.2.45",
  45. "vue-cropper": "1.0.3",
  46. "vue-native-websocket": "^2.0.15",
  47. "vue-router": "4.1.4",
  48. "vuedraggable": "^4.1.0",
  49. "vuex": "^4.1.0"
  50. },
  51. "devDependencies": {
  52. "@vitejs/plugin-vue": "3.1.0",
  53. "@vue/compiler-sfc": "3.2.45",
  54. "sass": "1.56.1",
  55. "unplugin-auto-import": "0.11.4",
  56. "vite": "3.2.3",
  57. "vite-plugin-compression": "0.5.1",
  58. "vite-plugin-svg-icons": "2.0.1",
  59. "vite-plugin-vue-setup-extend": "0.4.0"
  60. }
  61. }