Нет описания

package.json 3.5KB

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