cl-vue-flow-editor
Version:
## 简介
44 lines (43 loc) • 1.11 kB
JSON
{
"name": "cl-vue-flow-editor",
"version": "0.1.19-11",
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build && npm run release",
"release": "vue-cli-service build --release --report --no-clean",
"build:g6": "vue-cli-service build --g6 --report --no-clean"
},
"repository": {
"gitee": "https://gitee.com/martsforever-pot/vue-flow-editor"
},
"files": [
"docs"
],
"main": "docs/dist/vue-flow-editor.js",
"keywords": [
"vue",
"flow",
"editor",
"流程",
"编辑器"
],
"dependencies": {
"@vue/composition-api": "^0.3.2"
},
"devDependencies": {
"@antv/g6": "~3.1.3",
"@antv/util": "~1.3.1",
"@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"
}
}