vue-workflow-editor
Version:
在线工作流流程图编辑器,vue2+ts,基于G6
50 lines (49 loc) • 1.4 kB
JSON
{
"name": "vue-workflow-editor",
"version": "0.1.8",
"description": "在线工作流流程图编辑器,vue2+ts,基于G6",
"scripts": {
"start": "vue-cli-service serve",
"build": "vue-cli-service build && npm run release",
"release": "vue-cli-service build --release --report --no-clean"
},
"repository": {
"gitee": "源仓库地址-https://gitee.com/martsforever-pot/vue-flow-editor 致敬大神!!!",
"gitee2": "本仓库地址 https://gitee.com/linermoumou/vue-flow-editor 根据实际项目需要在源仓库上有所修改"
},
"files": [
"docs"
],
"main": "docs/dist/vue-flow-editor.js",
"keywords": [
"工作流",
"工作流编辑",
"在线工作流编辑",
"vue",
"flow",
"editor",
"流程",
"编辑器"
],
"license": "MIT",
"dependencies": {
"@vue/composition-api": "^0.3.2"
},
"devDependencies": {
"@antv/g6": "~4.6.4",
"@antv/util": "~2.0.8",
"@babel/plugin-transform-modules-umd": "^7.9.0",
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-typescript": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"babel-preset-vca-jsx": "^0.1.0",
"core-js": "^2.6.11",
"node-sass": "^4.14.0",
"numericjs": "^1.2.6",
"sass-loader": "^8.0.2",
"typescript": "^3.5.2",
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.10",
"axios": "^0.18.1"
}
}