{
  "name": "deepsight-react-components",
  "version": "2.1.20",
  "description": "",
  "source": "./src/index.ts",
  "main": "./dist/main.js",
  "peerDependencies": {
    "prop-types": "^15.6.2",
    "react": "17.0.2",
    "react-dom": "17.0.2"
  },
  "scripts": {
    "has-diff-files-check": "git status --porcelain | grep -c -E '.(js|ts|tsx)$'",
    "format": "prettier --write src/**/*.ts{,x}",
    "format-diff-files-check": "if [[ `git status --porcelain | grep -c -E '!(^(D)).*.(js|ts|tsx)$'` -ge 1 ]]; then node_modules/.bin/prettier --write $(git diff-index --diff-filter=AM --name-only HEAD | grep -E '.(js|ts|tsx)$' | xargs); else echo 'No need to apply prettier'; fi",
    "lint": "tsc --noEmit && ./node_modules/.bin/eslint src/**/**/*.ts{,x}",
    "lint-diff-files-check": "if [[ `git status --porcelain | grep -c -E '.(js|ts|tsx)$'` -ge 1 ]]; then node_modules/.bin/eslint $(git diff-index --diff-filter=AM --name-only HEAD | grep -E '.(js|ts|tsx)$'); else echo 'No need to apply eslint'; fi",
    "test": "./node_modules/.bin/jest src/**/**/*.test.tsx --passWithNoTests",
    "test:watch": "./node_modules/.bin/jest src/**/**/*.test.tsx --watchAll",
    "storybook": "start-storybook -p 6006 -c .storybook watch-css -s ./src",
    "build-storybook": "build-storybook",
    "build": "webpack --mode production --progress",
    "build:watch": "webpack --mode production --progress --watch"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run lint-diff-files-check && npm run format-diff-files-check",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/deepsight-group/deepsight-react-components.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/deepsight-group/deepsight-react-components/issues"
  },
  "homepage": "https://github.com/deepsight-group/deepsight-react-components#readme",
  "devDependencies": {
    "@babel/cli": "^7.13.10",
    "@babel/core": "^7.13.10",
    "@babel/plugin-proposal-class-properties": "^7.13.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.13.8",
    "@babel/preset-env": "^7.13.10",
    "@babel/preset-react": "^7.12.13",
    "@babel/preset-typescript": "^7.13.0",
    "@commitlint/cli": "^12.0.1",
    "@commitlint/config-conventional": "^12.0.1",
    "@storybook/addon-actions": "^6.1.28",
    "@storybook/addon-essentials": "^6.1.28",
    "@storybook/addon-links": "^6.1.28",
    "@storybook/react": "^6.1.28",
    "@testing-library/jest-dom": "^5.11.9",
    "@testing-library/react": "^11.2.5",
    "@types/jest": "^26.0.20",
    "@types/node": "^14.14.31",
    "@types/react": "^17.0.3",
    "@types/react-dom": "^17.0.2",
    "@types/testing-library__react": "^10.2.0",
    "@typescript-eslint/eslint-plugin": "^4.4.1",
    "@typescript-eslint/parser": "^4.4.1",
    "babel-jest": "^26.6.3",
    "babel-loader": "^8.2.2",
    "commitlint-plugin-function-rules": "^1.3.2",
    "core-js": "^3.9.1",
    "css-loader": "^3.6.0",
    "eslint-config-airbnb-typescript": "^12.3.1",
    "eslint-config-prettier": "^8.1.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-jest": "^24.1.5",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-mocha": "^8.1.0",
    "eslint-plugin-prettier": "^3.3.1",
    "eslint-plugin-react": "^7.20.3",
    "eslint-plugin-react-hooks": "^4.0.8",
    "fork-ts-checker-webpack-plugin": "^4.1.6",
    "husky": "^4.3.0",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^26.6.0",
    "prettier": "^2.0.5",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "regenerator-runtime": "^0.13.7",
    "sinon": "^11.1.1",
    "style-loader": "^1.3.0",
    "ts-jest": "^26.5.3",
    "typescript": "^4.2.3",
    "url-loader": "^4.1.1",
    "webpack": "^4.44.2",
    "webpack-cli": "^4.5.0"
  },
  "dependencies": {
    "chart.js": "^3.9.1",
    "chartjs-adapter-moment": "^1.0.1",
    "i18next": "^20.1.0",
    "lodash": "^4.17.21",
    "moment": "^2.22.2",
    "moment-timezone": "^0.5.43",
    "prop-types": "^15.6.2",
    "react-chartjs-2": "^4.3.1",
    "react-i18next": "^11.8.12",
    "react-scripts": "^4.0.3",
    "react-tooltip": "^4.2.15",
    "styled-components": "^5.2.1",
    "webpack-node-externals": "^2.5.2"
  }
}
