语音质检系统web端

package.json 3.5KB

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