package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. "deploy:prod": "node deploy/index.js --prod",
  15. "deploy:test": "node deploy/index.js --test"
  16. },
  17. "repository": {
  18. "type": "git",
  19. "url": "https://gitee.com/y_project/RuoYi-Vue.git"
  20. },
  21. "dependencies": {
  22. "@element-plus/icons-vue": "2.3.1",
  23. "@iktakahiro/markdown-it-katex": "^4.0.1",
  24. "@vueup/vue-quill": "1.2.0",
  25. "@vueuse/core": "10.6.1",
  26. "axios": "0.27.2",
  27. "echarts": "^5.5.0",
  28. "element-plus": "2.4.3",
  29. "file-saver": "2.0.5",
  30. "fuse.js": "6.6.2",
  31. "highlight.js": "^11.9.0",
  32. "js-cookie": "3.0.5",
  33. "jsencrypt": "3.3.2",
  34. "markdown-it": "^14.1.0",
  35. "markdown-it-link-attributes": "^4.0.1",
  36. "markdown-it-math": "^4.1.1",
  37. "markdown-it-texmath": "^1.0.0",
  38. "nprogress": "0.2.0",
  39. "ora": "^8.0.1",
  40. "pinia": "2.1.7",
  41. "ssh2-sftp-client": "^10.0.3",
  42. "vue": "3.3.9",
  43. "vue-cropper": "1.1.1",
  44. "vue-router": "4.2.5"
  45. },
  46. "devDependencies": {
  47. "@vitejs/plugin-vue": "4.5.0",
  48. "@vue/compiler-sfc": "3.3.9",
  49. "autoprefixer": "^10.4.19",
  50. "postcss": "^8.4.38",
  51. "sass": "1.69.5",
  52. "shelljs": "^0.8.5",
  53. "ssh2": "^1.15.0",
  54. "tailwindcss": "^3.4.4",
  55. "unplugin-auto-import": "0.17.1",
  56. "unplugin-vue-setup-extend-plus": "1.0.0",
  57. "vite": "5.0.4",
  58. "vite-plugin-compression": "0.5.1",
  59. "vite-plugin-svg-icons": "2.0.1"
  60. }
  61. }