{
  "name": "vg-editor",
  "version": "2.7.2",
  "keywords": [
    "vue",
    "graphics",
    "editor",
    "tree",
    "mind"
  ],
  "description": "A visual graph editor based on G6 and Vue, inspired by GGEditor",
  "main": "cjs/index.js",
  "module": "es/index.js",
  "files": [
    "es",
    "cjs",
    "dist",
    "*.md"
  ],
  "scripts": {
    "dev": "node build/server.js",
    "watch": "webpack --config ./build/webpack.config.dev.js --watch",
    "bundle": "node build/bundle.js",
    "build:es": "rimraf ./es && babel ./src -d ./es",
    "build:cjs": "rimraf ./cjs && babel ./src -d ./cjs --plugins @babel/plugin-transform-modules-commonjs",
    "build:umd": "rimraf ./dist && webpack --config ./build/webpack.config.prod.js --progress",
    "build:demo": "rimraf ./demo/build && webpack --config ./build/webpack.config.demo.prod.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:ChrisShen93/VGEditor.git"
  },
  "author": {
    "name": "ChrisShen93",
    "email": "chrisshen93@gmail.com"
  },
  "license": "MIT",
  "devDependencies": {
    "@babel/cli": "^7.6.0",
    "@babel/core": "^7.6.0",
    "@babel/plugin-proposal-class-properties": "^7.5.5",
    "@babel/plugin-transform-modules-commonjs": "^7.6.0",
    "@babel/plugin-transform-runtime": "^7.6.0",
    "@babel/preset-env": "^7.6.3",
    "@babel/runtime": "^7.6.0",
    "@vue/babel-preset-jsx": "^1.1.1",
    "babel-eslint": "^10.0.3",
    "babel-loader": "^8.0.6",
    "babel-plugin-module-resolver": "^3.2.0",
    "css-loader": "^3.2.0",
    "eslint": "^6.3.0",
    "eslint-loader": "^3.0.0",
    "eslint-plugin-vue-libs": "^4.0.0",
    "express": "^4.17.1",
    "html-webpack-plugin": "^3.2.0",
    "rimraf": "^3.0.0",
    "stylus": "^0.54.7",
    "stylus-loader": "^3.0.2",
    "vue": "^2.6.10",
    "vue-loader": "^15.7.1",
    "vue-router": "^3.1.3",
    "vue-template-compiler": "^2.6.10",
    "webpack": "^4.39.3",
    "webpack-cli": "^3.3.8",
    "webpack-dev-middleware": "^3.7.1",
    "webpack-hot-middleware": "^2.25.0",
    "webpack-merge": "^4.2.2"
  },
  "dependencies": {
    "@antv/g6": "^2.2.6",
    "gg-editor-core": "1.3.4",
    "lodash": "^4.17.15"
  }
}
