{
  "name": "react-essential-tools",
  "description": "Collection of essential React Hooks and Components ",
  "version": "0.39.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/devianllert/react-essential-tools.git"
  },
  "bugs": {
    "url": "https://github.com/devianllert/react-essential-tools/issues"
  },
  "author": "Ruslan Povolockii <devianllert@gmail.com>",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/react-essential-tools.esm.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "react-essential-tools",
    "react",
    "react-hooks",
    "components",
    "hooks",
    "modal",
    "tooltip",
    "animations"
  ],
  "scripts": {
    "start": "npm run storybook",
    "build": "tsdx build",
    "test": "tsdx test --maxWorkers=2 --verbose",
    "test:watch": "tsdx test --watchAll",
    "lint": "npm run lint:eslint && npm run lint:css",
    "lint:eslint": "tsdx lint src --fix",
    "lint:css": "stylelint **/*.{ts,tsx}",
    "prepare": "tsdx build",
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0",
    "react-transition-group": ">=4.0.0",
    "styled-components": ">=5.0.0"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.(ts|tsx)": [
      "npm run lint"
    ]
  },
  "devDependencies": {
    "@babel/core": "^7.11.0",
    "@storybook/addon-a11y": "^5.3.19",
    "@storybook/addon-actions": "^5.3.19",
    "@storybook/addon-knobs": "^5.3.19",
    "@storybook/addon-links": "^5.3.19",
    "@storybook/addons": "^5.3.19",
    "@storybook/react": "^5.3.19",
    "@testing-library/jest-dom": "^5.11.2",
    "@testing-library/react": "^9.5.0",
    "@testing-library/react-hooks": "^3.4.1",
    "@types/jest": "^25.2.3",
    "@types/react": "^16.9.44",
    "@types/react-dom": "^16.9.8",
    "@types/react-transition-group": "^4.4.0",
    "@types/styled-components": "^5.1.2",
    "babel-loader": "^8.1.0",
    "babel-plugin-styled-components": "^1.11.1",
    "eslint": "^6.8.0",
    "eslint-config-airbnb": "^18.2.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-react": "^7.20.5",
    "eslint-plugin-react-hooks": "^2.5.1",
    "husky": "^4.2.5",
    "jest-styled-components": "^7.0.2",
    "lint-staged": "^10.2.11",
    "np": "^6.3.2",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-test-renderer": "^16.13.1",
    "react-transition-group": "^4.4.1",
    "styled-components": "^5.1.1",
    "stylelint": "^13.6.1",
    "stylelint-config-recommended": "^3.0.0",
    "stylelint-config-styled-components": "^0.1.1",
    "stylelint-processor-styled-components": "^1.10.0",
    "ts-loader": "^6.2.2",
    "tsdx": "^0.13.2",
    "tslib": "^1.13.0",
    "typescript": "^3.9.7"
  },
  "dependencies": {
    "@popperjs/core": "^2.4.4"
  }
}
