Açıklama Yok

package.json 2.4KB

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