{
  "name": "@anissoft/react-helpers",
  "publishConfig": {
    "access": "public"
  },
  "version": "2.4.1",
  "description": "",
  "keywords": [],
  "main": "dist/react-helpers.umd.js",
  "module": "dist/react-helpers.es5.js",
  "typings": "react-helpers.d.ts",
  "repository": {
    "url": "https://github.com/Anissoft/react-helpers"
  },
  "author": "Alexey Anisimov",
  "license": "MIT",
  "engines": {
    "node": ">=8.0.0"
  },
  "scripts": {
    "lint": "eslint --fix 'src/**/*.ts' 'src/**/*.tsx'",
    "prebuild": "rimraf dist && rimraf docs",
    "build": "tsc --module commonjs && rollup -c rollup.config.js",
    "build:watch": "tsc --module commonjs -w",
    "start": "rollup -c rollup.config.js -w",
    "test": "jest --coverage --env=jsdom --silent",
    "test:watch": "jest --coverage --watch --env=jsdom",
    "test:prod": "npm run lint && npm run test -- --no-cache",
    "report-coverage": "cat ./coverage/lcov.info | coveralls",
    "commit": "git-cz",
    "precommit": "npx lint-staged",
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook"
  },
  "lint-staged": {
    "src/**/*.tsx?": [
      "prettier --write",
      "git add"
    ]
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-conventional-changelog"
    }
  },
  "jest": {
    "transform": {
      ".(ts|tsx)": "ts-jest"
    },
    "testEnvironment": "jsdom",
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx"
    ],
    "coveragePathIgnorePatterns": [
      "/node_modules/",
      "/src/components/Iframe/index.tsx",
      "/src/hooks/useTabFocus.ts"
    ],
    "coverageThreshold": {
      "global": {
        "branches": 90,
        "functions": 90,
        "lines": 95,
        "statements": 95
      }
    },
    "collectCoverageFrom": [
      "!**/*.test.(ts|tsx)",
      "src/hooks/**/*.ts",
      "src/hooks/**/*.tsx",
      "src/components/**/*.ts",
      "src/components/**/*.tsx"
    ]
  },
  "prettier": {
    "semi": false,
    "singleQuote": true
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "devDependencies": {
    "@commitlint/cli": "^10.0.0",
    "@commitlint/config-conventional": "^8.2.0",
    "@storybook/addon-actions": "^6.0.20",
    "@storybook/addon-console": "^1.2.1",
    "@storybook/addon-knobs": "^6.0.20",
    "@storybook/addon-links": "^6.0.20",
    "@storybook/addon-storysource": "^6.0.20",
    "@storybook/addons": "^6.0.20",
    "@storybook/react": "^6.0.20",
    "@storybook/source-loader": "^5.3.21",
    "@testing-library/jest-dom": "^4.2.3",
    "@testing-library/react": "^9.3.2",
    "@testing-library/react-hooks": "^3.2.1",
    "@types/jest": "^24.0.25",
    "@types/lodash": "^4.14.145",
    "@types/node": "^12.12.6",
    "@types/react": "^16.9.11",
    "@types/react-dom": "^16.9.4",
    "@types/react-router": "^5.1.2",
    "@types/url-parse": "^1.4.3",
    "@typescript-eslint/eslint-plugin": "^2.6.1",
    "awesome-typescript-loader": "^5.2.1",
    "babel-loader": "^8.0.6",
    "colors": "^1.4.0",
    "commitizen": "^4.1.5",
    "coveralls": "^3.0.7",
    "cross-env": "^6.0.3",
    "cz-conventional-changelog": "^3.0.2",
    "eslint": "^6.6.0",
    "eslint-config-airbnb-typescript": "^6.0.0",
    "eslint-config-prettier": "^6.5.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-react": "^7.16.0",
    "eslint-plugin-react-hooks": "^2.2.0",
    "husky": "^3.0.9",
    "jest": "^25.5.3",
    "jest-config": "^25.5.3",
    "lint-staged": "^9.5.0",
    "lodash.camelcase": "^4.3.0",
    "marked": "^0.7.0",
    "prettier": "^1.18.2",
    "prompt": "^1.0.0",
    "react": "^16.12.0",
    "react-docgen-typescript-loader": "^3.6.0",
    "react-dom": "^16.12.0",
    "react-router": "^5.1.2",
    "react-test-renderer": "^16.11.0",
    "regenerator-runtime": "^0.13.3",
    "replace-in-file": "^4.2.0",
    "rimraf": "^3.0.0",
    "rollup": "^1.26.3",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-sourcemaps": "^0.4.2",
    "rollup-plugin-typescript2": "^0.25.2",
    "ts-jest": "^25.4.0",
    "ts-node": "^8.4.1",
    "typescript": "^4.0.2"
  },
  "peerDependencies": {
    "react": "^16.12.0",
    "react-dom": "^16.12.0",
    "react-router": "^5.1.2"
  },
  "dependencies": {
    "@storybook/addon-storyshots": "^6.0.20",
    "css-element-queries": "^1.2.3"
  }
}
