{
  "name": "bin-charts",
  "version": "3.2.0",
  "description": "基于echarts的 vue插件，用于配合实现图表组件",
  "main": "lib/bin-charts.common.js",
  "module": "src/components/chart/charts.vue",
  "keywords": [
    "bin-charts",
    "vue",
    "components"
  ],
  "author": "wang bin",
  "files": [
    "lib",
    "src"
  ],
  "private": false,
  "scripts": {
    "dev": "cross-env NODE_ENV=development webpack-dev-server --config build/webpack.dev.conf.js",
    "build:demo": "cross-env NODE_ENV=production webpack --config build/webpack.dev.conf.js",
    "build": "npm run build:lib && npm run build:style",
    "build:style": "gulp --gulpfile build/build-style.js",
    "build:lib": "npm run build:common && npm run build:prod",
    "build:common": "webpack --config build/webpack.common.js",
    "build:prod": "webpack --config build/webpack.umd.conf.js && webpack --config build/webpack.prod.conf.js",
    "build:component": "webpack --config build/webpack.component.js"
  },
  "license": "MIT",
  "dependencies": {
    "resize-observer-polyfill": "^1.5.1"
  },
  "peerDependencies": {
    "echarts": "^5.0.0",
    "vue": "^2.6.10"
  },
  "devDependencies": {
    "@babel/core": "^7.6.4",
    "@babel/plugin-proposal-class-properties": "^7.5.5",
    "@babel/plugin-syntax-dynamic-import": "^7.2.0",
    "@babel/plugin-transform-modules-commonjs": "^7.6.0",
    "@babel/plugin-transform-runtime": "^7.6.2",
    "@babel/polyfill": "^7.6.0",
    "@babel/preset-env": "^7.6.3",
    "@babel/runtime-corejs3": "^7.6.3",
    "@vue/component-compiler-utils": "^3.0.0",
    "@vue/eslint-config-standard": "^4.0.0",
    "babel-cli": "^6.26.0",
    "babel-eslint": "^10.0.3",
    "babel-loader": "^8.0.6",
    "babel-plugin-add-module-exports": "^1.0.2",
    "bin-ace-editor": "^0.3.1",
    "bin-ui": "^3.7.5",
    "clean-webpack-plugin": "^3.0.0",
    "compression-webpack-plugin": "^3.0.0",
    "cross-env": "^6.0.3",
    "css-loader": "^3.2.0",
    "eslint": "^5.16.0",
    "eslint-plugin-vue": "^5.0.0",
    "file-loader": "^4.2.0",
    "gulp": "^4.0.2",
    "gulp-autoprefixer": "^7.0.1",
    "gulp-cssmin": "^0.2.0",
    "gulp-stylus": "^2.7.0",
    "highlight.js": "^9.15.10",
    "html-loader": "^0.5.5",
    "html-webpack-plugin": "^3.2.0",
    "markdown-it": "^10.0.0",
    "markdown-it-anchor": "^5.2.5",
    "markdown-it-chain": "^1.3.0",
    "markdown-it-container": "^2.0.0",
    "mini-css-extract-plugin": "^0.8.0",
    "optimize-css-assets-webpack-plugin": "^5.0.3",
    "postcss": "^7.0.27",
    "postcss-loader": "^3.0.0",
    "progress-bar-webpack-plugin": "^1.12.1",
    "style-loader": "^1.0.0",
    "stylus": "^0.54.7",
    "stylus-loader": "^3.0.2",
    "transliteration": "^2.1.7",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "url-loader": "^2.2.0",
    "echarts": "^5.0.0",
    "vue": "^2.6.10",
    "vue-loader": "^15.7.1",
    "vue-router": "^3.1.3",
    "vue-template-compiler": "^2.6.10",
    "webpack": "^4.41.2",
    "webpack-cli": "^3.3.9",
    "webpack-dev-server": "^3.9.0",
    "webpack-merge": "^4.2.2"
  },
  "postcss": {
    "plugins": {
      "autoprefixer": {}
    }
  },
  "browserslist": [
    "> 1%",
    "last 2 versions"
  ]
}
