UNPKG

workflow-bpmn-modeler-jeecgboot

Version:

基于 `vue` 和 `bpmn.io@7.0` ,实现 flowable 的 modeler 模型设计器

65 lines (64 loc) 1.8 kB
{ "name": "workflow-bpmn-modeler-jeecgboot", "version": "0.1.3", "description": "基于 `vue` 和 `bpmn.io@7.0` ,实现 flowable 的 modeler 模型设计器", "main": "dist/workflow-bpmn-modeler-jeecgboot.umd.min.js", "scripts": { "dev": "vue-cli-service serve --open", "demo": "cross-env NODE_ENV=demo vue-cli-service build", "lib": "cross-env NODE_ENV=lib vue-cli-service build", "cdn": "cross-env NODE_ENV=cdn vue-cli-service build", "lint": "vue-cli-service lint", "build": "cross-env NODE_ENV=build vue-cli-service build --target lib --inline-vue --entry package/index.js", "prepublish": "yarn build", "postpublish": "yarn lib && yarn cdn && yarn demo" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "repository": { "type": "git", "url": "git+https://gitee.com/nbacheng/workflow-bpmn-modeler.git" }, "keywords": [ "vue", "element-ui", "flowable", "模型设计器" ], "author": { "name": "nbacheng", "email": "498871963@qq.com" }, "license": "MIT", "bugs": { "url": "https://gitee.com/nbacheng/workflow-bpmn-modeler/issues" }, "dependencies": { "@highlightjs/vue-plugin": "^1.0.2", "bpmn-js": "^7.2.1", "element-ui": "^2.12.0", "highlight.js": "^11.6.0", "vue": "^2.6.10", "xcrud": "0.4.1" }, "devDependencies": { "@vue/cli-plugin-babel": "^4.4.6", "@vue/cli-plugin-eslint": "^4.4.6", "@vue/cli-service": "^4.4.6", "babel-eslint": "^10.1.0", "cross-env": "^7.0.2", "eslint": "7.15.0", "eslint-plugin-vue": "7.2.0", "sass": "^1.26.10", "sass-loader": "^9.0.2", "vue-template-compiler": "^2.6.11" }, "files": [ "dist", "package", "README.md", "CHANGELOG.md", "LICENSE" ] }