UNPKG

vue-flowchart-editor

Version:

A flowchart editor component base on Vue and G6

61 lines (60 loc) 1.54 kB
{ "name": "vue-flowchart-editor", "version": "1.0.2", "description": "A flowchart editor component base on Vue and G6", "keywords": [ "vue", "flowchart", "editor", "g6", "workflow", "graphics", "graph" ], "author": { "name": "jnoodle", "email": "fullstack@126.com" }, "license": "MIT", "repository": { "type": "git", "url": "git@github.com:jnoodle/vue-flowchart-editor.git" }, "files": [ "lib/*", "src/*", "public/*", "*.json", "*.js", "*.md" ], "main": "dist/vue-flowchart-editor.common.js", "unpkg": "dist/vue-flowchart-editor.umd.min.js", "jsdelivr": "dist/vue-flowchart-editor.umd.min.js", "scripts": { "serve": "vue-cli-service serve src/demo/app.js", "build:demo": "BUILD=demo vue-cli-service build src/demo/app.js", "build:lib": "BUILD=lib vue-cli-service build --target lib --name vue-flowchart-editor src/index.js", "lint": "vue-cli-service lint" }, "dependencies": { "@antv/g6": "^2.2.6", "gg-editor-core": "^1.3.4", "lodash": "^4.17.15", "vue": "^2.6.10" }, "devDependencies": { "@vue/cli-plugin-babel": "^4.0.0", "@vue/cli-plugin-eslint": "^4.0.0", "@vue/cli-service": "^4.0.0", "@vue/eslint-config-prettier": "^5.0.0", "babel-eslint": "^10.0.3", "eslint": "^5.16.0", "eslint-plugin-prettier": "^3.1.1", "eslint-plugin-vue": "^5.0.0", "less": "^3.10.3", "less-loader": "^5.0.0", "prettier": "^1.18.2", "vue-template-compiler": "^2.6.10" } }