package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. "socket.io-client": "^4.0.0",
  34. "sockjs-client": "^1.6.1",
  35. "sortablejs": "^1.15.0",
  36. "vue": "3.2.45",
  37. "vue-cropper": "1.0.3",
  38. "vue-native-websocket": "^2.0.15",
  39. "vue-router": "4.1.4",
  40. "vuedraggable": "^4.1.0",
  41. "vuex": "^4.1.0"
  42. },
  43. "devDependencies": {
  44. "@vitejs/plugin-vue": "3.1.0",
  45. "@vue/compiler-sfc": "3.2.45",
  46. "sass": "1.56.1",
  47. "unplugin-auto-import": "0.11.4",
  48. "vite": "3.2.3",
  49. "vite-plugin-compression": "0.5.1",
  50. "vite-plugin-svg-icons": "2.0.1",
  51. "vite-plugin-vue-setup-extend": "0.4.0"
  52. }
  53. }