package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. "codemirror": "^5.65.19",
  27. "codemirror-editor-vue3": "^2.8.0",
  28. "echarts": "^5.5.1",
  29. "element-plus": "2.7.6",
  30. "file-saver": "2.0.5",
  31. "fuse.js": "6.6.2",
  32. "js-cookie": "3.0.5",
  33. "jsencrypt": "3.3.2",
  34. "json-editor-vue3": "^1.1.1",
  35. "moment": "^2.30.1",
  36. "nprogress": "0.2.0",
  37. "ol": "^10.2.1",
  38. "pinia": "2.1.7",
  39. "pinyin": "^4.0.0",
  40. "sortablejs": "^1.15.6",
  41. "vue": "3.4.31",
  42. "vue-cropper": "1.1.1",
  43. "vue-draggable-plus": "^0.6.0",
  44. "vue-json-editor": "^1.4.3",
  45. "vue-json-viewer": "^3.0.4",
  46. "vue-router": "4.4.0",
  47. "vue3-treeselect": "^0.1.10",
  48. "vuedraggable": "^4.1.0",
  49. "vuex": "^4.0.2"
  50. },
  51. "devDependencies": {
  52. "@originjs/vite-plugin-commonjs": "^1.0.3",
  53. "@vitejs/plugin-vue": "5.0.5",
  54. "sass": "1.77.5",
  55. "unplugin-auto-import": "0.17.6",
  56. "unplugin-vue-setup-extend-plus": "1.0.1",
  57. "vite": "5.3.2",
  58. "vite-plugin-compression": "0.5.1",
  59. "vite-plugin-svg-icons": "2.0.1"
  60. }
  61. }