package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "name": "zr.admin",
  3. "version": "v20250428",
  4. "description": "ZRAdmin.NET管理系统",
  5. "author": "ZR",
  6. "license": "MIT",
  7. "type": "module",
  8. "scripts": {
  9. "dev": "vite",
  10. "build:prod": "vite build",
  11. "build:stage": "vite build --mode staging",
  12. "preview": "vite preview"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "https://gitee.com/izory/ZrAdminNetCore"
  17. },
  18. "dependencies": {
  19. "@element-plus/icons-vue": "^2.3.1",
  20. "@microsoft/signalr": "^8.0.0",
  21. "@vueuse/core": "^10.7.0",
  22. "@wangeditor/editor": "^5.1.1",
  23. "@wangeditor/editor-for-vue": "^5.1.11",
  24. "axios": "^1.6.2",
  25. "crypto-js": "^4.1.1",
  26. "echarts": "5.2.2",
  27. "element-plus": "^2.10.2",
  28. "file-saver": "2.0.5",
  29. "fuse.js": "6.4.6",
  30. "highlight.js": "^11.5.1",
  31. "js-cookie": "3.0.1",
  32. "jsencrypt": "3.2.1",
  33. "md-editor-v3": "^4.9.0",
  34. "nprogress": "0.2.0",
  35. "pinia": "^2.3.0",
  36. "pinia-plugin-persistedstate": "^3.2.3",
  37. "qrcodejs2-fixes": "^0.0.2",
  38. "qs": "^6.11.0",
  39. "sortablejs": "^1.15.6",
  40. "v-code-diff": "^1.8.0",
  41. "vue": "^3.5.13",
  42. "vue-clipboard3": "^2.0.0",
  43. "vue-countup-v3": "^1.4.0",
  44. "vue-cropper": "1.0.2",
  45. "vue-i18n": "9.2.2",
  46. "vue-router": "^4.5.0",
  47. "vxe-pc-ui": "^4.0.12",
  48. "vxe-table": "^4.9.16",
  49. "xe-utils": "^3.5.32"
  50. },
  51. "devDependencies": {
  52. "@vitejs/plugin-vue": "^5.2.1",
  53. "@vue/compiler-sfc": "^3.3.4",
  54. "consola": "^3.2.3",
  55. "sass": "^1.82.0",
  56. "unplugin-auto-import": "^0.17.2",
  57. "vite": "^6.0.2",
  58. "vite-plugin-compression": "^0.5.1",
  59. "vite-plugin-lazy-import": "^1.0.7",
  60. "vite-plugin-style-import": "^2.0.0",
  61. "vite-plugin-svg-icons": "^2.0.1",
  62. "vite-plugin-vue-setup-extend": "^0.4.0"
  63. }
  64. }