package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "ruoyi",
  3. "version": "3.8.4",
  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. "@element-plus/icons-vue": "^2.0.10",
  19. "@vueuse/core": "9.5.0",
  20. "@wangeditor/editor": "^5.1.1",
  21. "@wangeditor/editor-for-vue": "^5.1.12",
  22. "axios": "0.27.2",
  23. "echarts": "5.4.0",
  24. "element-plus": "2.2.21",
  25. "file-saver": "2.0.5",
  26. "fuse.js": "6.6.2",
  27. "i": "^0.3.7",
  28. "js-cookie": "3.0.1",
  29. "jsencrypt": "3.3.1",
  30. "nprogress": "0.2.0",
  31. "pinia": "2.0.22",
  32. "qs": "^6.11.0",
  33. "sortable.js": "^0.3.0",
  34. "sortablejs": "^1.15.0",
  35. "vue": "3.2.45",
  36. "vue-cropper": "1.0.3",
  37. "vue-router": "4.1.4"
  38. },
  39. "devDependencies": {
  40. "@vitejs/plugin-vue": "3.1.0",
  41. "@vue/compiler-sfc": "3.2.45",
  42. "sass": "1.56.1",
  43. "unplugin-auto-import": "0.11.4",
  44. "vite": "3.2.3",
  45. "vite-plugin-compression": "0.5.1",
  46. "vite-plugin-svg-icons": "2.0.1",
  47. "vite-plugin-vue-setup-extend": "0.4.0"
  48. }
  49. }