package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "name": "ruoyi",
  3. "version": "3.8.7",
  4. "description": "管理系统",
  5. "author": "hongshan",
  6. "license": "MIT",
  7. "type": "module",
  8. "scripts": {
  9. "dev": "vite",
  10. "build:prod": "vite build",
  11. "build:test": "vite build --mode test",
  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. "@iktakahiro/markdown-it-katex": "^4.0.1",
  22. "@vueup/vue-quill": "1.2.0",
  23. "@vueuse/core": "10.6.1",
  24. "axios": "0.27.2",
  25. "echarts": "^5.5.0",
  26. "element-plus": "2.4.3",
  27. "file-saver": "2.0.5",
  28. "fuse.js": "6.6.2",
  29. "highlight.js": "^11.9.0",
  30. "js-cookie": "3.0.5",
  31. "jsencrypt": "3.3.2",
  32. "markdown-it": "^14.1.0",
  33. "markdown-it-link-attributes": "^4.0.1",
  34. "markdown-it-math": "^4.1.1",
  35. "markdown-it-texmath": "^1.0.0",
  36. "nprogress": "0.2.0",
  37. "pinia": "2.1.7",
  38. "vue": "3.3.9",
  39. "vue-cropper": "1.1.1",
  40. "vue-router": "4.2.5"
  41. },
  42. "devDependencies": {
  43. "@vitejs/plugin-vue": "4.5.0",
  44. "@vue/compiler-sfc": "3.3.9",
  45. "autoprefixer": "^10.4.19",
  46. "postcss": "^8.4.38",
  47. "sass": "1.69.5",
  48. "tailwindcss": "^3.4.4",
  49. "unplugin-auto-import": "0.17.1",
  50. "unplugin-vue-setup-extend-plus": "1.0.0",
  51. "vite": "5.0.4",
  52. "vite-plugin-compression": "0.5.1",
  53. "vite-plugin-svg-icons": "2.0.1"
  54. }
  55. }