{
  "name": "@gisatcz/ptr-charts",
  "version": "1.5.2",
  "description": "Panther FE charts",
  "keywords": [
    "panther",
    "gisat"
  ],
  "homepage": "https://github.com/gisat/ptr-charts",
  "style": "dist/style.css",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "files": [
    "dist",
    "lib"
  ],
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/gisat/ptr-charts"
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged"
    }
  },
  "peerDependencies": {
    "react": "^16.13.1 || ^17.0.2 || ^18.1.0"
  },
  "dependencies": {
    "@gisatcz/cross-package-react-context": "^0.2.0",
    "@gisatcz/ptr-atoms": "^1.7.0",
    "@gisatcz/ptr-core": "^1.7.2",
    "@gisatcz/ptr-utils": "^1.6.0",
    "chroma-js": "^2.1.2",
    "classnames": "^2.3.1",
    "d3": "^5.15.0",
    "d3-sankey": "^0.12.3",
    "dom-to-image": "^2.6.0",
    "downloadjs": "^1.4.7",
    "lodash": "^4.17.21",
    "moment": "^2.29.1",
    "prop-types": "^15.7.2",
    "react-resize-detector": "^7.1.2"
  },
  "devDependencies": {
    "@babel/cli": "^7.20.7",
    "@babel/core": "^7.15.8",
    "@babel/plugin-transform-runtime": "^7.19.6",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-react": "^7.18.6",
    "@babel/runtime": "^7.18.3",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^21.0.0",
    "babel-loader": "^8.2.2",
    "babel-plugin-lodash": "^3.3.4",
    "cross-env": "^7.0.3",
    "glob": "^7.2.0",
    "husky": "^5.0.9",
    "npm-run-all": "^4.1.5",
    "postcss": "^8.3.9",
    "postcss-url": "^10.1.3",
    "prettier": "^2.4.1",
    "pretty-quick": "^3.1.1",
    "react": "^18.2.0",
    "rimraf": "^3.0.2",
    "rollup": "^2.58.0",
    "rollup-plugin-filesize": "^9.1.1",
    "rollup-plugin-postcss": "^4.0.1",
    "sass": "^1.42.1"
  },
  "scripts": {
    "clean": "rimraf dist",
    "start": "run-s clean && run-p start:es start:cjs start:lib:es",
    "start:lib:es": "cross-env BABEL_ENV=es babel --watch src -d lib --verbose",
    "start:cjs": "cross-env NODE_ENV=cjs rollup -c -w",
    "start:es": "cross-env NODE_ENV=es rollup -c -w",
    "build": "cross-env BABEL_ENV=production run-s clean && run-p build:es build:cjs build:lib:es",
    "build:es": "cross-env BABEL_ENV=production NODE_ENV=es rollup -c",
    "build:cjs": "cross-env BABEL_ENV=production NODE_ENV=cjs rollup -c",
    "build:lib:es": "cross-env BABEL_ENV=production npm-run-all build:babel:lib:es copy:stylesheets",
    "build:babel:lib:es": "cross-env BABEL_ENV=production babel src -d lib",
    "copy:stylesheets": "node ./build/copy-stylesheets.js",
    "copy:assets": "node ./build/copy-assets.js",
    "format": "prettier --write ."
  }
}
