| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- {
- "name": "jiayi",
- "version": "3.8.5",
- "description": "在线客服管理系统",
- "author": "加一",
- "license": "MIT",
- "scripts": {
- "dev": "vite",
- "build:prod": "vite build",
- "build:stage": "vite build --mode staging",
- "prettier": "prettier --write .",
- "preview": "vite preview",
- "prepare": "cd .. && husky install superjsonweb/.husky"
- },
- "repository": {
- "type": "git",
- "url": "https://gitee.com/y_project/RuoYi-Vue.git"
- },
- "dependencies": {
- "@bpmn-io/properties-panel": "^3.3.1",
- "@efox/emp-vuett": "^1.0.0",
- "@element-plus/icons": "^0.0.11",
- "@element-plus/icons-vue": "2.0.10",
- "@form-create/designer": "^3.1.3",
- "@form-create/element-ui": "^3.1.22",
- "@logicflow/core": "^1.2.18",
- "@logicflow/extension": "^1.2.19",
- "@michaelray/indexdb": "^0.0.3",
- "@tinymce/tinymce-vue": "^6.1.0",
- "@vueup/vue-quill": "1.1.0",
- "@vueuse/core": "9.5.0",
- "aplayer": "^1.10.1",
- "axios": "0.27.2",
- "better-scroll": "^2.5.1",
- "bpmn-js": "^13.2.2",
- "bpmn-js-task-resize": "^1.2.0",
- "bpmn-js-token-simulation": "^0.10.0",
- "camunda-bpmn-moddle": "^7.0.1",
- "codemirror": "^5.60.0",
- "codemirror-editor-vue3": "^2.0.6",
- "core-js": "^3.6.5",
- "crypto-js": "^4.2.0",
- "diagram-js-minimap": "^2.1.1",
- "echarts": "^5.4.3",
- "element-plus": "2.8.4",
- "eslint": "^8.56.0",
- "file-saver": "2.0.5",
- "fingerprintjs2": "^2.1.4",
- "form-making": "^1.2.11",
- "fuse.js": "6.6.2",
- "getmac": "^6.4.0",
- "highlight.js": "^10.5.0",
- "js-cookie": "3.0.1",
- "jsencrypt": "3.3.1",
- "jsonlint-mod": "^1.7.6",
- "jssip": "^3.10.1",
- "jssipmiao": "^1.0.1",
- "miaojssip": "^1.0.3",
- "min-dash": "^3.5.2",
- "moment": "^2.29.4",
- "nprogress": "0.2.0",
- "pinia": "2.0.22",
- "qrcode": "^1.5.4",
- "qrcodejs2": "^0.0.2",
- "qrcodejs2-fix": "^0.0.1",
- "sortablejs": "^1.15.1",
- "tinymce": "^7.5.1",
- "vue": "3.2.45",
- "vue-cropper": "1.0.3",
- "vue-router": "4.1.4",
- "yarn": "^1.22.19"
- },
- "devDependencies": {
- "@vitejs/plugin-vue": "3.1.0",
- "@vue/compiler-sfc": "3.2.45",
- "eslint-config-prettier": "^8.8.0",
- "eslint-plugin-prettier": "^4.2.1",
- "husky": "^8.0.0",
- "prettier": "^2.8.8",
- "sass": "1.56.1",
- "unplugin-auto-import": "0.11.4",
- "vite": "3.2.3",
- "vite-plugin-compression": "0.5.1",
- "vite-plugin-svg-icons": "2.0.1",
- "vite-plugin-vue-setup-extend": "0.4.0"
- }
- }
|