package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "ruoyi",
  3. "version": "3.8.8",
  4. "description": "VoiceMate",
  5. "author": "vocie",
  6. "license": "MIT",
  7. "type": "module",
  8. "scripts": {
  9. "dev": "vite",
  10. "build": "vite build",
  11. "build:prod": "vite build --mode production",
  12. "build:jms": "vite build --mode jms",
  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. "@sentry/vite-plugin": "^3.2.2",
  22. "@sentry/vue": "^9.6.0",
  23. "@vueup/vue-quill": "1.2.0",
  24. "@vueuse/core": "10.11.0",
  25. "autofit.js": "^3.2.3",
  26. "axios": "0.28.1",
  27. "echarts": "5.5.1",
  28. "echarts-gl": "^2.0.9",
  29. "element-plus": "2.8.1",
  30. "file-saver": "2.0.5",
  31. "fuse.js": "6.6.2",
  32. "js-cookie": "3.0.5",
  33. "jsencrypt": "3.3.2",
  34. "nprogress": "0.2.0",
  35. "pinia": "2.1.7",
  36. "vue": "3.4.31",
  37. "vue-cropper": "1.1.1",
  38. "vue-router": "4.4.0"
  39. },
  40. "devDependencies": {
  41. "@vitejs/plugin-vue": "5.0.5",
  42. "naive-ui": "^2.40.1",
  43. "sass": "1.77.5",
  44. "tailwindcss": "^3.4.14",
  45. "unplugin-auto-import": "0.17.6",
  46. "unplugin-vue-setup-extend-plus": "1.0.1",
  47. "vite": "5.3.2",
  48. "vite-plugin-compression": "0.5.1",
  49. "vite-plugin-svg-icons": "2.0.1"
  50. }
  51. }