package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. "crypto-js": "^4.2.0",
  28. "echarts": "^5.5.0",
  29. "element-plus": "2.4.3",
  30. "file-saver": "2.0.5",
  31. "fuse.js": "6.6.2",
  32. "highlight.js": "^11.9.0",
  33. "js-cookie": "3.0.5",
  34. "jsencrypt": "3.3.2",
  35. "markdown-it": "^14.1.0",
  36. "markdown-it-link-attributes": "^4.0.1",
  37. "markdown-it-math": "^4.1.1",
  38. "markdown-it-texmath": "^1.0.0",
  39. "nprogress": "0.2.0",
  40. "ora": "^8.0.1",
  41. "pinia": "2.1.7",
  42. "ssh2-sftp-client": "^10.0.3",
  43. "vue": "3.3.9",
  44. "vue-cropper": "1.1.1",
  45. "vue-router": "4.2.5"
  46. },
  47. "devDependencies": {
  48. "@vitejs/plugin-vue": "4.5.0",
  49. "@vue/compiler-sfc": "3.3.9",
  50. "autoprefixer": "^10.4.19",
  51. "postcss": "^8.4.38",
  52. "sass": "1.69.5",
  53. "shelljs": "^0.8.5",
  54. "ssh2": "^1.15.0",
  55. "tailwindcss": "^3.4.4",
  56. "unplugin-auto-import": "0.17.1",
  57. "unplugin-vue-setup-extend-plus": "1.0.0",
  58. "vite": "5.0.4",
  59. "vite-plugin-compression": "0.5.1",
  60. "vite-plugin-svg-icons": "2.0.1"
  61. }
  62. }