{
  "name": "@ant-design/plots",
  "version": "1.2.2",
  "description": "G2Plot Statistical chart",
  "bugs": {
    "url": "https://github.com/ant-design/ant-design-charts/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ant-design/ant-design-charts.git"
  },
  "main": "lib/index.js",
  "unpkg": "dist/plots.min.js",
  "module": "es/index.js",
  "types": "es/index.d.ts",
  "files": [
    "/lib",
    "/es",
    "/dist"
  ],
  "scripts": {
    "start": "yarn lib:es --w",
    "build": "run-s clean lib dist",
    "build:site": "yarn build",
    "ci": "npm run build && npm run test:coverage",
    "clean": "rimraf lib es dist",
    "dist": "webpack --config webpack.config.js --mode production",
    "profile": "webpack --config webpack.config.js --mode production --profile --json > stats.json",
    "lib": "run-p lib:*",
    "lib:cjs": "tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib",
    "lib:es": "tsc -p tsconfig.json --target ES5 --module ESNext --outDir es",
    "lint": "eslint --cache --ext .js,.jsx,.ts,.tsx  --fix --format=pretty ./src && npm run lint:prettier",
    "lint:prettier": "npm run prettier &&  git diff && prettier --version && prettier --check \"src/**/**.{js,jsx,tsx,ts,less,md,json}\" --end-of-line auto",
    "prettier": "prettier --write \"**/**.{js,jsx,tsx,ts,less,md,json}\"",
    "test": "jest",
    "test:live": "DEBUG_MODE=1 jest --watch ./tests/issues/1143-spec.tsx --no-cache"
  },
  "dependencies": {
    "@antv/g2plot": "^2.2.11",
    "react-content-loader": "^5.0.4"
  },
  "peerDependencies": {
    "react": ">=16.8.4",
    "react-dom": ">=16.8.4"
  },
  "sideEffects": false,
  "license": "MIT",
  "devDependencies": {
    "@types/react": "^18.0.0"
  }
}
