package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. "preview": "vite preview"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "https://gitee.com/y_project/RuoYi-Vue.git"
  16. },
  17. "dependencies": {
  18. "@ckeditor/ckeditor5-build-classic": "^39.0.2",
  19. "@ckeditor/ckeditor5-vue": "^5.1.0",
  20. "@element-plus/icons-vue": "2.0.10",
  21. "@vueup/vue-quill": "1.1.0",
  22. "@vueuse/core": "9.5.0",
  23. "axios": "0.27.2",
  24. "clipboard": "^2.0.11",
  25. "echarts": "5.4.0",
  26. "element-plus": "2.2.27",
  27. "file-saver": "2.0.5",
  28. "fuse.js": "6.6.2",
  29. "js-cookie": "3.0.1",
  30. "jsencrypt": "3.3.1",
  31. "nprogress": "0.2.0",
  32. "pinia": "2.0.22",
  33. "sm-crypto": "^0.3.13",
  34. "socket.io-client": "^4.0.0",
  35. "sockjs-client": "^1.6.1",
  36. "sortablejs": "^1.15.0",
  37. "vue": "3.2.45",
  38. "vue-cropper": "1.0.3",
  39. "vue-native-websocket": "^2.0.15",
  40. "vue-router": "4.1.4",
  41. "vuedraggable": "^4.1.0",
  42. "vuex": "^4.1.0"
  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. }