{
  "name": "@antv/auto-chart",
  "version": "2.0.4",
  "description": "A React component for chart use",
  "author": {
    "name": "AntV",
    "url": "https://antv.vision/"
  },
  "homepage": "https://ava.antv.vision/en/docs/guide/auto-chart/intro",
  "repository": {
    "type": "git",
    "url": "https://github.com/antvis/ava"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "main": "lib/index.js",
  "module": "esm/index.js",
  "types": "lib/index.d.ts",
  "unpkg": "dist/index.min.js",
  "scripts": {
    "lint": "eslint --ext .js,.jsx,.ts,.tsx './'",
    "lint-fix": "npm run lint -- --fix",
    "prettier": " prettier --check '**/*' --ignore-path=../../.prettierignore",
    "prettier-fix": "npm run prettier -- --write",
    "clean": "rimraf lib esm dist",
    "format": "npm run prettier-fix && npm run lint-fix",
    "build:esm": "rimraf esm && FORMAT=esm rollup -c",
    "build:cjs": "rimraf lib && FORMAT=cjs rollup -c",
    "build:umd": "rimraf dist && FORMAT=umd rollup -c",
    "build": "run-p build:*",
    "analysis": "rimraf dist stats.html && rollup -c rollup.config.js --environment FORMAT:umd,ANALYSIS",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "peerDependencies": {
    "@ant-design/icons": ">=4.6.4",
    "@antv/g2plot": ">=2.3.33",
    "@antv/g6": ">=4.3.11",
    "antd": ">=4.16.13",
    "moment": ">=2.29.1",
    "react": ">=17.0.2",
    "react-dom": ">=17.0.2"
  },
  "devDependencies": {
    "@ant-design/icons": "^4.6.4",
    "@antv/g2plot": "^2.3.36",
    "@antv/g6": "^4.3.11",
    "@babel/core": "^7.15.5",
    "@babel/preset-env": "^7.15.4",
    "@rollup/plugin-alias": "^3.1.8",
    "@rollup/plugin-commonjs": "^20.0.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.0.4",
    "@rollup/plugin-typescript": "^8.2.5",
    "@types/antd": "^1.0.0",
    "@types/lodash-es": "^4.17.5",
    "@types/react": "^17.0.27",
    "@types/react-dom": "^17.0.9",
    "antd": "^4.16.13",
    "autoprefixer": "^10.4.0",
    "eslint": "^7.32.0",
    "less": "^4.1.1",
    "moment": "^2.29.1",
    "npm-run-all": "^4.1.5",
    "postcss": "^8.3.11",
    "prettier": "^2.4.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "rimraf": "^3.0.2",
    "rollup": "^2.59.0",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-node-builtins": "^2.1.2",
    "rollup-plugin-node-globals": "^1.4.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-polyfill-node": "^0.7.0",
    "rollup-plugin-postcss": "^4.0.1",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-visualizer": "^5.5.2",
    "tslib": "^2.3.1",
    "typescript": "^4.4.2"
  },
  "lint-staged": {
    "*.{ts,tsx}": [
      "eslint --fix",
      "prettier --write"
    ]
  },
  "dependencies": {
    "@antv/antv-spec": "^0.1.0-alpha.18",
    "@antv/chart-advisor": "^2.0.4",
    "@antv/ckb": "^2.0.4",
    "@antv/data-wizard": "^2.0.4",
    "@antv/thumbnails": "^2.0.0",
    "@antv/thumbnails-component": "^2.0.0",
    "@antv/util": "^2.0.14",
    "date-fns": "^2.24.0",
    "lodash-es": "^4.17.21",
    "react-copy-to-clipboard": "^5.0.4"
  },
  "gitHead": "394f49d11e7a84f65c373d13a4c6009e1f3546c1"
}
