{
  "name": "zz-chart",
  "version": "0.1.1-beta.55",
  "type": "module",
  "description": "Alauda Chart components by Alauda Frontend Team",
  "repository": "git+https://github.com/alauda/chart.git",
  "author": "Alauda",
  "contributors": [
    "zChanges",
    "JounQin (https://www.1stG.me) <admin@1stg.me>"
  ],
  "license": "MIT",
  "packageManager": "yarn@1.22.19",
  "engines": {
    "node": "^12.20.0 || ^14.18.0 || >=16.0.0"
  },
  "main": "lib/index.cjs",
  "module": "lib/index.js",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "fesm2020": "./lib/index.es2020.mjs",
      "fesm2015": "./lib/index.es2015.mjs",
      "import": "./lib/index.js",
      "require": "./lib.index.cjs"
    }
  },
  "fesm2020": "lib/index.es2020.mjs",
  "fesm2015": "lib/index.es2015.mjs",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "!**/*.tsbuildinfo"
  ],
  "keywords": [
    "alauda",
    "chart",
    "d3"
  ],
  "scripts": {
    "build": "run-p build:*",
    "build:r": "r -f cjs,es2015,es2020",
    "build:tsc": "tsc -p src",
    "clean": "rimraf .type-coverage dist lib '.*cache' '*.tsbuildinfo'",
    "dev": "start-storybook",
    "lint": "run-p lint:*",
    "lint:es": "eslint . --cache -f friendly",
    "lint:style": "stylelint . --cache",
    "lint:tsc": "tsc --noEmit",
    "prepare": "simple-git-hooks && yarn-deduplicate --strategy fewer || exit 0",
    "prerelease": "yarn build",
    "release": "changeset publish",
    "storybook:build": "build-storybook -o dist",
    "typecov": "type-coverage",
    "vercel-build": "yarn storybook:build"
  },
  "peerDependencies": {
    "d3": "^7.1.1",
    "lodash-es": "^4.17.21"
  },
  "peerDependenciesMeta": {
    "lodash-es": {
      "optional": true
    }
  },
  "dependencies": {
    "@types/tinycolor2": "^1.4.6",
    "aphrodite": "^2.4.0",
    "on-change": "^4.0.2",
    "placement.js": "^1.0.0-beta.5",
    "tinycolor2": "^1.6.0",
    "uplot": "^1.6.30"
  },
  "devDependencies": {
    "@1stg/app-config": "^6.1.4",
    "@1stg/lib-config": "^9.0.1",
    "@changesets/changelog-github": "^0.4.5",
    "@changesets/cli": "^2.23.2",
    "@storybook/addon-actions": "^6.5.9",
    "@storybook/addon-essentials": "^6.5.9",
    "@storybook/addon-links": "^6.5.9",
    "@storybook/builder-webpack5": "^6.5.9",
    "@storybook/cli": "^6.5.9",
    "@storybook/html": "^6.5.9",
    "@storybook/manager-webpack5": "^6.5.9",
    "@storybook/preset-scss": "^1.0.3",
    "@types/d3": "^7.4.0",
    "@types/lodash": "^4.14.182",
    "@types/lodash-es": "^4.17.12",
    "@types/web": "^0.0.69",
    "d3": "^7.6.1",
    "lodash-es": "^4.17.21",
    "resolve-typescript-plugin": "^1.2.0",
    "sass": "^1.53.0",
    "sass-loader": "^13.0.2",
    "storybook-dark-mode": "^2.0.5",
    "tsconfig-paths-webpack-plugin": "^3.5.2",
    "type-coverage": "^2.22.0",
    "typed-query-selector": "^2.6.1",
    "typescript": "^4.7.4",
    "yarn-deduplicate": "^5.0.0"
  },
  "resolutions": {
    "@types/webpack": "^5.28.0",
    "prettier": "^2.7.1",
    "webpack": "^5.73.0"
  },
  "typeCoverage": {
    "atLeast": 100,
    "cache": true,
    "detail": true,
    "ignoreAsAssertion": true,
    "ignoreNested": true,
    "ignoreNonNullAssertion": true,
    "showRelativePath": true,
    "strict": true,
    "update": true
  }
}
