package.json 1.1 KB

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