{
  "name": "@manufac/reactjs-calendar-heatmap",
  "version": "1.0.12",
  "description": "React component for d3.js calendar heatmap graph.",
  "homepage": "https://manufac-analytics.github.io/reactjs-calendar-heatmap/",
  "contributors": [
    {
      "name": "Maneet Goyal",
      "email": "mgoyal@manufacanalytics.com",
      "url": "https://github.com/maneetgoyal"
    },
    {
      "name": "Qurban Ahmad",
      "email": "qahmad@manufacanalytics.com",
      "url": "https://github.com/qur786"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/manufac-analytics/reactjs-calendar-heatmap.git"
  },
  "bugs": {
    "url": "https://github.com/manufac-analytics/reactjs-calendar-heatmap/issues"
  },
  "scripts": {
    "refresh": "rm -rf dist storybook-static .eslintcache",
    "build:tsc": "tsc",
    "build:umd": "webpack",
    "build:esm": "rollup --config rollup.config.js",
    "build:storybook": "build-storybook -o docs && shx cp .nojekyll docs",
    "build": "yarn build:tsc && yarn build:umd && yarn build:storybook",
    "lint": "eslint src/** --fix --cache",
    "watch": "webpack --watch",
    "start": "start-storybook -p 6006",
    "pretty": "prettier --write ."
  },
  "exports": {
    "import": "./dist/tsc/index.js",
    "require": "./dist/umd/index.js"
  },
  "main": "dist/umd/index.js",
  "module": "dist/tsc/index.js",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@babel/core": "^7.17.10",
    "@faker-js/faker": "^7.2.0",
    "@rollup/plugin-commonjs": "^22.0.0",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@rollup/plugin-typescript": "^8.3.2",
    "@storybook/addon-actions": "^6.5.5",
    "@storybook/addon-console": "^1.2.3",
    "@storybook/addon-essentials": "^6.5.5",
    "@storybook/addon-links": "^6.5.5",
    "@storybook/addons": "^6.5.5",
    "@storybook/builder-webpack5": "^6.5.5",
    "@storybook/manager-webpack5": "^6.5.5",
    "@storybook/react": "^6.5.5",
    "@types/d3": "^7.1.0",
    "@types/react": "^18.0.8",
    "@types/react-dom": "^18.0.0",
    "@typescript-eslint/eslint-plugin": "^5.27.1",
    "@typescript-eslint/parser": "^5.27.1",
    "eslint": "^8.17.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-airbnb-typescript": "^17.0.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-import-resolver-typescript": "^2.7.1",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jsx-a11y": "^6.6.1",
    "eslint-plugin-react": "^7.31.10",
    "eslint-plugin-react-hooks": "^4.5.0",
    "prettier": "^2.6.2",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "rollup": "^2.74.1",
    "shx": "^0.3.4",
    "ts-loader": "^9.3.0",
    "tslib": "^2.4.0",
    "typescript": "^4.6.4",
    "webpack": "^5.66.0",
    "webpack-cli": "^4.9.1"
  },
  "peerDependencies": {
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  },
  "dependencies": {
    "@d3fc/d3fc-axis": "^3.0.6",
    "d3": "^7.4.4",
    "date-fns": "^2.28.0"
  },
  "engines": {
    "node": ">=12.13.0"
  },
  "license": "MIT",
  "keywords": [
    "react",
    "reactjs",
    "component",
    "calendar",
    "heatmap",
    "graph",
    "visualization",
    "chart",
    "time",
    "d3js",
    "d3"
  ],
  "sideEffects": [
    "*.css"
  ],
  "resolutions": {
    "@types/react": "18.0.8"
  }
}
