{ "name": "yite", "version": "0.0.0", "scripts": { "dev": "vite", "build:prod": "run-p type-check build-only:prod", "build:stag": "run-p type-check build-only:stag", "preview": "vite preview --port 4173", "test:unit": "vitest --environment jsdom", "type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false", "build-only:prod": "vite build --mode production", "build-only:stag": "vite build --mode staging", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore" }, "dependencies": { "@bpmn-io/properties-panel": "^3.18.1", "@element-plus/icons-vue": "^2.0.10", "@form-create/designer": "^3.1.5", "@form-create/element-ui": "^3.1.28", "@vue-flow/additional-components": "^1.3.3", "@vue-flow/core": "^1.6.0", "@vue-office/docx": "^1.6.0", "@vue-office/excel": "^1.6.4", "@vue-office/pdf": "^1.6.3", "@vueup/vue-quill": "^1.2.0", "@vueuse/components": "^10.9.0", "@vueuse/core": "^10.6.1", "@wangeditor/editor": "^5.1.23", "@wangeditor/editor-for-vue": "^5.1.12", "axios": "^1.2.3", "bpmn-js": "^17.2.1", "bpmn-js-properties-panel": "^5.13.0", "camunda-bpmn-js-behaviors": "^1.3.0", "camunda-bpmn-moddle": "^7.0.1", "diagram-js": "^14.1.0", "echarts": "^5.4.1", "element-plus": "^2.4.4", "file-saver": "^2.0.5", "fuse.js": "7.0.0", "gm-crypto": "^0.1.8", "js-cookie": "^3.0.5", "jsencrypt": "^3.3.2", "nprogress": "^0.2.0", "pinia": "^2.0.29", "qqmap": "^1.0.1", "screenfull": "^6.0.2", "splitpanes": "^3.1.5", "tiny-svg": "^4.0.0", "video.js": "^8.22.0", "vue": "~3.3.4", "vue-cropper": "^1.1.1", "vue-demi": "^0.14.7", "vue-jsonp": "^2.0.0", "vue-qqmap": "^1.1.1", "vue-router": "^4.2.4", "vue-video-player": "^6.0.0", "zeebe-bpmn-moddle": "^1.1.0" }, "devDependencies": { "@rushstack/eslint-patch": "^1.2.0", "@types/file-saver": "^2.0.7", "@types/js-cookie": "^3.0.6", "@types/jsdom": "^16.2.15", "@types/node": "^16.18.108", "@types/nprogress": "^0.2.3", "@types/splitpanes": "^2.2.6", "@vitejs/plugin-vue": "^3.2.0", "@vue/eslint-config-prettier": "^7.0.0", "@vue/eslint-config-typescript": "^11.0.2", "@vue/tsconfig": "^0.1.3", "eslint": "^8.32.0", "eslint-plugin-vue": "^9.9.0", "jsdom": "^20.0.3", "less": "^4.2.0", "npm-run-all": "^4.1.5", "prettier": "^2.8.3", "typescript": "~5.0.4", "vite": "^4.5.2", "vite-plugin-svg-icons": "^2.0.1", "vitest": "^0.18.1", "vue-tsc": "^0.38.9" } }