{
  "name": "@visactor/vchart-extension",
  "version": "2.0.22",
  "description": "vchart extension package, including extension plugins and components",
  "sideEffects": false,
  "main": "cjs/index.js",
  "module": "esm/index.js",
  "types": "esm/index.d.ts",
  "unpkg": "build/index.min.js",
  "unpkgFiles": [
    "build/index.js",
    "build/index.min.js"
  ],
  "files": [
    "cjs",
    "esm",
    "build"
  ],
  "dependencies": {
    "@visactor/vrender-core": "1.0.45",
    "@visactor/vrender-kits": "1.0.45",
    "@visactor/vrender-components": "1.0.45",
    "@visactor/vrender-animate": "1.0.45",
    "@visactor/vchart": "2.0.22",
    "@visactor/vutils": "~1.0.23",
    "@visactor/vdataset": "~1.0.23",
    "@visactor/vlayouts": "~1.0.23"
  },
  "devDependencies": {
    "@rushstack/eslint-patch": "~1.1.4",
    "@types/node": "*",
    "@types/offscreencanvas": "2019.6.4",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "@vitejs/plugin-react": "3.1.0",
    "eslint": "~8.18.0",
    "vite": "3.2.6",
    "typescript": "4.9.5",
    "ts-node": "10.9.0",
    "ts-loader": "8.0.2",
    "jest": "^26.0.0",
    "canvas": "2.11.2",
    "rollup-plugin-node-polyfills": "0.2.1",
    "rollup-plugin-visualizer": "5.9.2",
    "rollup-plugin-gzip": "3.1.0",
    "rollup-plugin-bundle-size": "1.0.3",
    "rollup-plugin-sizes": "1.0.5",
    "rollup": "3.20.5",
    "@internal/eslint-config": "0.0.1",
    "@internal/ts-config": "0.0.1",
    "@internal/bundler": "0.0.1"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/VisActor/VChart",
    "directory": "packages/vchart-extension"
  },
  "license": "MIT",
  "scripts": {
    "compile": "tsc --noEmit",
    "eslint": "eslint --debug --fix src/",
    "build": "bundle",
    "build:umd": "bundle --clean -f  umd",
    "build:es": "bundle --clean -f  es",
    "build:cjs": "bundle --clean -f  cjs",
    "start": "ts-node __tests__/runtime/browser/scripts/initVite.ts && vite serve __tests__/runtime/browser"
  }
}