{
  "name": "metacharts",
  "version": "0.1.4",
  "main": "lib/export.js",
  "types": "lib/export.d.ts",
  "homepage": "http://flsy.github.io/metacharts",
  "files": [
    "lib"
  ],
  "scripts": {
    "clean": "rm -rf ./lib",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "eslint src --ext .js,.jsx,.ts,.tsx",
    "build": "tsc --p tsconfig-lib.json",
    "prepare": "yarn build",
    "prepublishOnly": "yarn test && yarn lint",
    "preversion": "yarn lint",
    "version": "yarn format && git add -A src",
    "postversion": "git push && git push --tags",
    "test": "echo todo",
    "verify": "yarn format && yarn lint && yarn test && yarn build",
    "start": "react-scripts start",
    "predeploy": "react-scripts build",
    "deploy": "gh-pages -d build"
  },
  "dependencies": {
    "color": "4.2.3",
    "d3": "^5.15.0",
    "react-motion": "^0.5.2",
    "recharts": "2.1.12"
  },
  "devDependencies": {
    "@types/d3": "^5.16.4",
    "@types/jest": "^26.0.19",
    "@types/node": "^14.14.12",
    "@types/react": "^16.14.2",
    "@types/react-dom": "^16.9.10",
    "@types/react-motion": "^0.0.29",
    "enzyme": "^3.11.0",
    "eslint": "^7.15.0",
    "gh-pages": "^3.1.0",
    "prettier": "^2.2.1",
    "react": "^16.13.0",
    "react-dom": "^16.13.0",
    "react-scripts": "^4.0.1",
    "ts-jest": "^26.4.4",
    "typescript": "^4.1.2"
  },
  "peerDependencies": {
    "react": "^16.13.0 || ^18.0.0",
    "react-dom": "^16.13.0 || ^18.0.0"
  },
  "eslintConfig": {
    "extends": "react-app"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node"
  }
}
