package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. "three": "^0.177.0",
  36. "vant": "^4.9.19",
  37. "vue": "3.4.31",
  38. "vue-cropper": "1.1.1",
  39. "vue-router": "4.4.0",
  40. "vuedraggable": "4.1.0"
  41. },
  42. "devDependencies": {
  43. "@vitejs/plugin-vue": "5.0.5",
  44. "address": "^2.0.3",
  45. "sass": "1.77.5",
  46. "unplugin-auto-import": "0.17.6",
  47. "unplugin-vue-setup-extend-plus": "1.0.1",
  48. "vite": "5.3.2",
  49. "vite-plugin-compression": "0.5.1",
  50. "vite-plugin-svg-icons": "2.0.1"
  51. },
  52. "overrides": {
  53. "quill": "2.0.2"
  54. }
  55. }