{ "name": "bpmn-test", "private": true, "version": "0.0.1", "type": "module", "scripts": { "dev": "vite", "build": "vue-tsc -b && vite build", "preview": "vite preview", "pack-lint-config": "bpmnlint-pack-config -c ./src/bpmn/.bpmnlintrc -o ./src/bpmn/packed-lint-config.js -t es" }, "dependencies": { "bpmn-js": "^18.6.4", "bpmn-js-bpmnlint": "^0.23.0", "bpmn-js-properties-panel": "^5.42.1", "camunda-bpmn-js": "^5.13.0", "vue": "^3.5.21" }, "devDependencies": { "@antfu/eslint-config": "^5.4.1", "@types/node": "^24.5.2", "@vitejs/plugin-vue": "^6.0.1", "@vue/tsconfig": "^0.8.1", "bpmnlint-pack-config": "^0.8.0", "eslint": "^9.36.0", "eslint-plugin-format": "^1.0.2", "sass-embedded": "^1.93.0", "typescript": "~5.8.3", "vite": "^7.1.6", "vue-tsc": "^3.0.7" }, "packageManager": "yarn@4.10.2" }