package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "name": "ruoyi",
  3. "version": "3.8.8",
  4. "description": "若依管理系统",
  5. "author": "若依",
  6. "license": "MIT",
  7. "type": "module",
  8. "scripts": {
  9. "dev": "vite --mode development",
  10. "prod": "vite --mode production",
  11. "build:prod": "vite build",
  12. "build:stage": "vite build --mode staging",
  13. "preview": "vite preview"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "https://gitee.com/y_project/RuoYi-Vue.git"
  18. },
  19. "dependencies": {
  20. "@element-plus/icons-vue": "2.3.1",
  21. "@tinyflow-ai/vue": "^1.0.4",
  22. "@vue-flow/core": "^1.45.0",
  23. "@vueup/vue-quill": "1.2.0",
  24. "@vueuse/core": "10.11.0",
  25. "axios": "0.28.1",
  26. "echarts": "^5.5.1",
  27. "element-plus": "2.7.6",
  28. "file-saver": "2.0.5",
  29. "fuse.js": "6.6.2",
  30. "js-cookie": "3.0.5",
  31. "jsencrypt": "3.3.2",
  32. "json-editor-vue3": "^1.1.1",
  33. "moment": "^2.30.1",
  34. "nprogress": "0.2.0",
  35. "ol": "^10.2.1",
  36. "pinia": "2.1.7",
  37. "pinyin": "^4.0.0",
  38. "sortablejs": "^1.15.6",
  39. "vue": "3.4.31",
  40. "vue-cropper": "1.1.1",
  41. "vue-draggable-plus": "^0.6.0",
  42. "vue-json-editor": "^1.4.3",
  43. "vue-json-viewer": "^3.0.4",
  44. "vue-router": "4.4.0",
  45. "vue3-treeselect": "^0.1.10",
  46. "vuedraggable": "^4.1.0"
  47. },
  48. "devDependencies": {
  49. "@originjs/vite-plugin-commonjs": "^1.0.3",
  50. "@vitejs/plugin-vue": "5.0.5",
  51. "sass": "1.77.5",
  52. "unplugin-auto-import": "0.17.6",
  53. "unplugin-vue-setup-extend-plus": "1.0.1",
  54. "vite": "5.3.2",
  55. "vite-plugin-compression": "0.5.1",
  56. "vite-plugin-svg-icons": "2.0.1"
  57. }
  58. }