标准版政企呼叫中心业务系统

package.json 3.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "name": "jiayi",
  3. "version": "3.8.5",
  4. "description": "在线客服管理系统",
  5. "author": "加一",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vite",
  9. "css": "npx tailwindcss -i ./src/style.css -o ./src/assets/style.css --watch",
  10. "build:prod": "vite build",
  11. "build:stage": "vite build --mode staging",
  12. "prettier": "prettier --write .",
  13. "preview": "vite preview",
  14. "prepare": "cd .. && husky install superjsonweb/.husky"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "https://gitee.com/y_project/RuoYi-Vue.git"
  19. },
  20. "dependencies": {
  21. "@antv/x6": "^2.18.1",
  22. "@antv/x6-plugin-dnd": "^2.1.1",
  23. "@antv/x6-plugin-history": "^2.2.4",
  24. "@antv/x6-plugin-minimap": "^2.0.7",
  25. "@antv/x6-plugin-scroller": "^2.0.10",
  26. "@antv/x6-plugin-selection": "^2.2.2",
  27. "@antv/x6-vue-shape": "^2.1.2",
  28. "@bpmn-io/properties-panel": "^3.3.1",
  29. "@efox/emp-vuett": "^1.0.0",
  30. "@element-plus/icons": "^0.0.11",
  31. "@element-plus/icons-vue": "2.0.10",
  32. "@form-create/designer": "^3.1.3",
  33. "@form-create/element-ui": "^3.1.22",
  34. "@logicflow/core": "^1.2.18",
  35. "@logicflow/extension": "^1.2.19",
  36. "@microsoft/fetch-event-source": "^2.0.1",
  37. "@tinymce/tinymce-vue": "^5.1.1",
  38. "@traptitech/markdown-it-katex": "^3.6.0",
  39. "@types/markdown-it": "^14.1.2",
  40. "@vueup/vue-quill": "1.1.0",
  41. "@vueuse/core": "9.5.0",
  42. "aplayer": "^1.10.1",
  43. "axios": "0.27.2",
  44. "better-scroll": "^2.5.1",
  45. "bpmn-js": "^13.2.2",
  46. "bpmn-js-task-resize": "^1.2.0",
  47. "bpmn-js-token-simulation": "^0.10.0",
  48. "camunda-bpmn-moddle": "^7.0.1",
  49. "codemirror": "^5.60.0",
  50. "codemirror-editor-vue3": "^2.0.6",
  51. "core-js": "^3.6.5",
  52. "crypto-js": "^4.2.0",
  53. "default-passive-events": "^2.0.0",
  54. "diagram-js-minimap": "^2.1.1",
  55. "echarts": "^5.4.3",
  56. "element-plus": "^2.7.0",
  57. "eslint": "^8.56.0",
  58. "file-saver": "2.0.5",
  59. "fingerprintjs2": "^2.1.4",
  60. "form-making": "^1.2.11",
  61. "fuse.js": "6.6.2",
  62. "getmac": "^6.4.0",
  63. "highlight.js": "^10.5.0",
  64. "js-cookie": "3.0.1",
  65. "jsencrypt": "3.3.1",
  66. "jsonlint-mod": "^1.7.6",
  67. "jssip": "^3.10.1",
  68. "jssipmiao": "^1.0.1",
  69. "markdown-it": "^14.1.0",
  70. "miaojssip": "^1.0.3",
  71. "min-dash": "^3.5.2",
  72. "moment": "^2.29.4",
  73. "nprogress": "0.2.0",
  74. "pinia": "2.0.22",
  75. "qrcode": "^1.5.3",
  76. "qrcodejs2": "^0.0.2",
  77. "qrcodejs2-fix": "^0.0.1",
  78. "sortablejs": "^1.15.1",
  79. "tinymce": "^6.8.2",
  80. "vue": "3.2.45",
  81. "vue-cropper": "1.0.3",
  82. "vue-json-pretty": "^2.4.0",
  83. "vue-router": "4.1.4",
  84. "yarn": "^1.22.19"
  85. },
  86. "devDependencies": {
  87. "@vitejs/plugin-vue": "3.1.0",
  88. "@vue/compiler-sfc": "3.2.45",
  89. "eslint-config-prettier": "^8.8.0",
  90. "eslint-plugin-prettier": "^4.2.1",
  91. "husky": "^8.0.0",
  92. "lodash": "^4.17.21",
  93. "prettier": "^2.8.8",
  94. "sass": "1.56.1",
  95. "unplugin-auto-import": "0.11.4",
  96. "vite": "3.2.3",
  97. "vite-plugin-compression": "0.5.1",
  98. "vite-plugin-svg-icons": "2.0.1",
  99. "vite-plugin-vue-setup-extend": "0.4.0"
  100. }
  101. }