UNPKG

workflow-bpmn-modeler-antd

Version:

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

59 lines (58 loc) 1.6 kB
{ "name": "workflow-bpmn-modeler-antd", "version": "0.4.3", "description": "基于 `vue` 和 `bpmn.io@7.0` ,实现 flowable 的 modeler 模型设计器", "main": "dist/workflow-bpmn-modeler-antd.umd.min.js", "scripts": { "dev": "vue-cli-service serve --open", "lib": "cross-env NODE_ENV=lib 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" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "repository": { "type": "git", "url": "git+https://github.com/cuihj/workflow-bpmn-modeler-antd.git" }, "keywords": [ "vue", "flowable", "模型设计器" ], "author": { "name": "cuihj", "email": "86223264@qq.com" }, "license": "MIT", "bugs": { "url": "https://github.com/GoldSubmarine/workflow-bpmn-modeler/issues" }, "dependencies": { "ant-design-vue": "1.7.8", "bpmn-js": "^7.2.1", "vue": "^2.6.10" }, "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.5.0", "eslint-plugin-vue": "^6.2.2", "sass": "^1.26.10", "sass-loader": "^9.0.2", "vue-template-compiler": "^2.6.11" }, "files": [ "dist", "package", "README.md", "CHANGELOG.md", "LICENSE" ] }