package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "name": "LXF",
  3. "version": "3.8.9",
  4. "description": "IBMS管理系统",
  5. "author": "lixiangfei",
  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": "git地址"
  17. },
  18. "dependencies": {
  19. "@element-plus/icons-vue": "2.3.1",
  20. "@stomp/stompjs": "^7.1.1",
  21. "@vueup/vue-quill": "1.2.0",
  22. "@vueuse/core": "10.11.0",
  23. "axios": "0.28.1",
  24. "clipboard": "2.0.11",
  25. "echarts": "5.5.1",
  26. "element-plus": "2.7.6",
  27. "file-saver": "2.0.5",
  28. "fuse.js": "6.6.2",
  29. "js-beautify": "1.14.11",
  30. "js-cookie": "3.0.5",
  31. "jsencrypt": "3.3.2",
  32. "nprogress": "0.2.0",
  33. "pinia": "2.1.7",
  34. "splitpanes": "3.1.5",
  35. "vant": "^4.9.19",
  36. "vue": "3.4.31",
  37. "vue-cropper": "1.1.1",
  38. "vue-router": "4.4.0",
  39. "vuedraggable": "4.1.0"
  40. },
  41. "devDependencies": {
  42. "@vitejs/plugin-vue": "5.0.5",
  43. "address": "^2.0.3",
  44. "sass": "1.77.5",
  45. "unplugin-auto-import": "0.17.6",
  46. "unplugin-vue-setup-extend-plus": "1.0.1",
  47. "vite": "5.3.2",
  48. "vite-plugin-compression": "0.5.1",
  49. "vite-plugin-svg-icons": "2.0.1"
  50. },
  51. "overrides": {
  52. "quill": "2.0.2"
  53. }
  54. }