{
  "name": "@qcharts/core",
  "version": "1.0.37",
  "description": "QCharts 是一个基于 spritejs 封装的图表库，可以让用户以组件的形式组合出各种图表",
  "main": "dist/index.js",
  "module": "lib/index.js",
  "scripts": {
    "start": "npm run dev",
    "dev": "webpack-dev-server --config ./build/webpack.conf.dev.js",
    "build": "npm run build:docs && npm run build:chart && npm run compile && echo 'Build successfully!'",
    "build:chart": "rimraf dist && webpack --config ./build/webpack.conf.prod.chart.js",
    "build:wxapp": "rimraf dist && cross-env NODE_ENV=wxapp webpack --config ./build/webpack.conf.prod.chart.js",
    "build:docs": "rimraf docs && webpack --config ./build/webpack.conf.prod.docs.js",
    "compile": "rimraf lib/* && cross-env NODE_ENV=compile ./node_modules/.bin/babel src -d lib",
    "prepublishOnly": "npm run build:chart && npm run compile"
  },
  "dependencies": {
    "@qcharts/dataset": "0.0.14",
    "@qcharts/utils": "^0.0.5",
    "@qcharts/vnode": "0.0.17",
    "filter-clone": "0.0.12"
  },
  "devDependencies": {
    "@babel/cli": "^7.10.5",
    "@babel/core": "^7.11.1",
    "@babel/plugin-external-helpers": "^7.2.0",
    "@babel/plugin-proposal-class-properties": "^7.2.3",
    "@babel/plugin-proposal-decorators": "^7.2.3",
    "@babel/plugin-proposal-dynamic-import": "^7.5.0",
    "@babel/plugin-proposal-export-default-from": "^7.2.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.11.0",
    "@babel/plugin-syntax-dynamic-import": "^7.2.0",
    "@babel/plugin-transform-modules-amd": "^7.5.0",
    "@babel/plugin-transform-react-jsx": "^7.3.0",
    "@babel/plugin-transform-runtime": "^7.2.0",
    "@babel/preset-env": "^7.2.3",
    "@babel/preset-react": "^7.0.0",
    "@babel/register": "^7.4.4",
    "@babel/runtime": "^7.2.0",
    "babel-eslint": "^10.0.1",
    "babel-loader": "^8.0.4",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-plugin-import": "^1.12.2",
    "babel-plugin-inline-package-json": "^2.0.0",
    "babel-plugin-webpack-alias-7": "^0.1.1",
    "codemirror": "^5.42.2",
    "cross-env": "^7.0.2",
    "css-loader": "^2.1.0",
    "eslint": "^5.12.1",
    "eslint-config-ideal": "^1.0.0",
    "eslint-config-standard": "^12.0.0",
    "eslint-loader": "^2.1.1",
    "eslint-plugin-html": "^5.0.0",
    "eslint-plugin-import": "^2.15.0",
    "eslint-plugin-node": "^8.0.1",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-react": "^7.12.4",
    "eslint-plugin-standard": "^4.0.0",
    "file-loader": "^3.0.1",
    "highlight.js": "^10.4.1",
    "html-webpack-plugin": "^3.2.0",
    "husky": "^1.3.0",
    "markdown-it": "^8.4.2",
    "markdown-it-container": "^2.0.0",
    "node-sass": "^4.13.0",
    "progress-bar-webpack-plugin": "^1.12.1",
    "resize-observer-polyfill": "^1.5.1",
    "sass-loader": "^8.0.0",
    "scapegoat": "^1.0.0",
    "split.js": "^1.5.10",
    "style-loader": "^0.23.1",
    "uglifyjs-webpack-plugin": "^2.1.2",
    "url-loader": "^1.1.2",
    "vue-loader": "^15.5.1",
    "vue-md-loader": "^1.1.0",
    "vue-template-compiler": "^2.5.21",
    "webpack": "^4.28.0",
    "webpack-bundle-analyzer": "^3.0.3",
    "webpack-cli": "^3.3.0",
    "webpack-dev-server": "^3.1.10",
    "webpack-hot-middleware": "^2.24.3",
    "webpack-merge": "^4.1.5",
    "webpack-visualizer-plugin": "^0.1.11"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/qcharts/core.git"
  },
  "keywords": [
    "qcharts",
    "gl"
  ],
  "author": "yaotaiyang",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/qcharts/core/issues"
  },
  "homepage": "https://github.com/qcharts/core",
  "sideEffects": [
    "*.vue",
    "*.css",
    "*.scss",
    "*.sass",
    "*.less"
  ]
}