package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "name": "ibms",
  3. "version": "3.8.9",
  4. "description": "IBMS楼宇集成管理平台",
  5. "author": "IBMS",
  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/aaronbruin/baozhida-building-system.git"
  17. },
  18. "dependencies": {
  19. "@element-plus/icons-vue": "2.3.1",
  20. <<<<<<< HEAD
  21. "@jiaminghi/data-view": "^2.10.0",
  22. =======
  23. "@kjgl77/datav-vue3": "^1.7.4",
  24. >>>>>>> 25e7644eedaba5882506f3898abaee6bcb67295e
  25. "@vueup/vue-quill": "1.2.0",
  26. "@vueuse/core": "10.11.0",
  27. "axios": "0.28.1",
  28. "clipboard": "2.0.11",
  29. <<<<<<< HEAD
  30. "echarts": "^5.6.0",
  31. =======
  32. "echarts": "5.5.1",
  33. "echarts-liquidfill": "^3.1.0",
  34. >>>>>>> 25e7644eedaba5882506f3898abaee6bcb67295e
  35. "element-plus": "2.7.6",
  36. "file-saver": "2.0.5",
  37. "fuse.js": "6.6.2",
  38. "js-beautify": "1.14.11",
  39. "js-cookie": "3.0.5",
  40. "jsencrypt": "3.3.2",
  41. "nprogress": "0.2.0",
  42. "pinia": "2.1.7",
  43. "splitpanes": "3.1.5",
  44. "vue": "3.4.31",
  45. "vue-cropper": "1.1.1",
  46. "vue-router": "4.4.0",
  47. "vuedraggable": "4.1.0"
  48. },
  49. "devDependencies": {
  50. "@vitejs/plugin-vue": "5.0.5",
  51. "sass": "1.77.5",
  52. "unplugin-auto-import": "0.17.6",
  53. "unplugin-vue-setup-extend-plus": "1.0.1",
  54. "vite": "5.3.2",
  55. "vite-plugin-compression": "0.5.1",
  56. "vite-plugin-svg-icons": "2.0.1"
  57. }
  58. }