package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "ruoyi-wms",
  3. "version": "4.8.2",
  4. "description": "ruoyi-wms后台管理系统",
  5. "author": "ZCC",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vite",
  9. "build:prod": "vite build",
  10. "preview": "vite preview"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "https://gitee.com/zccbbg/ruoyi-wms-vue.git"
  15. },
  16. "dependencies": {
  17. "@element-plus/icons-vue": "2.0.10",
  18. "@vueup/vue-quill": "1.2.0",
  19. "@vueuse/core": "9.5.0",
  20. "axios": "0.27.2",
  21. "echarts": "5.4.0",
  22. "element-plus": "2.2.27",
  23. "file-saver": "2.0.5",
  24. "fuse.js": "6.6.2",
  25. "js-cookie": "3.0.1",
  26. "jsbarcode": "^3.11.6",
  27. "jsencrypt": "3.3.1",
  28. "moment": "^2.30.1",
  29. "nprogress": "0.2.0",
  30. "pinia": "2.0.22",
  31. "qrcode": "^1.5.3",
  32. "vue": "3.2.45",
  33. "vue-cropper": "1.0.3",
  34. "vue-plugin-hiprint": "^0.0.56",
  35. "vue-router": "4.1.4",
  36. "vue3-seamless-scroll": "^2.0.1"
  37. },
  38. "devDependencies": {
  39. "@vitejs/plugin-vue": "3.1.0",
  40. "@vue/compiler-sfc": "3.2.45",
  41. "sass": "1.56.1",
  42. "unplugin-auto-import": "0.11.4",
  43. "unplugin-vue-setup-extend-plus": "0.4.9",
  44. "vite": "3.2.3",
  45. "vite-plugin-compression": "0.5.1",
  46. "vite-plugin-svg-icons": "2.0.1"
  47. }
  48. }