{
  "name": "@nlrs/core-components",
  "version": "1.21.0",
  "description": "NLRS UI Library core components",
  "author": "kaneru<kaneru@fastmail.com>",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "classnames": "^2.3.1",
    "react-merge-refs": "^1.1.0"
  },
  "devDependencies": {
    "@babel/core": "^7.13.14",
    "@babel/preset-env": "^7.13.12",
    "@babel/preset-react": "^7.13.13",
    "@babel/preset-typescript": "^7.13.0",
    "@commitlint/cli": "^12.1.4",
    "@commitlint/config-conventional": "^12.1.4",
    "@commitlint/config-lerna-scopes": "^12.1.4",
    "@rollup/plugin-json": "^4.1.0",
    "@semantic-release/changelog": "^5.0.1",
    "@semantic-release/commit-analyzer": "^8.0.1",
    "@semantic-release/git": "^9.0.0",
    "@semantic-release/github": "^7.2.3",
    "@semantic-release/npm": "^7.1.3",
    "@semantic-release/release-notes-generator": "^9.0.2",
    "@storybook/addon-actions": "^6.2.1",
    "@storybook/addon-docs": "^6.2.9",
    "@storybook/addon-essentials": "^6.2.1",
    "@storybook/addon-knobs": "^6.2.9",
    "@storybook/addon-links": "^6.2.1",
    "@storybook/react": "^6.2.9",
    "@types/classnames": "^2.3.1",
    "@types/lodash.debounce": "^4.0.6",
    "@types/node": "^14.14.37",
    "@types/react": "^17.0.3",
    "@types/react-dom": "^17.0.3",
    "@types/styled-components": "^5.1.9",
    "@typescript-eslint/eslint-plugin": "^4.4.1",
    "@typescript-eslint/parser": "^4.20.0",
    "babel-loader": "^8.2.2",
    "commitizen": "^4.2.4",
    "cz-conventional-changelog": "3.3.0",
    "eslint": "^7.23.0",
    "eslint-config-airbnb": "^18.2.1",
    "eslint-config-airbnb-typescript": "^12.3.1",
    "eslint-config-prettier": "^8.3.0",
    "eslint-import-resolver-typescript": "^2.4.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-react": "^7.20.3",
    "eslint-plugin-react-hooks": "^4.0.8",
    "globby": "^11.0.3",
    "husky": "4.3.8",
    "json": "^11.0.0",
    "lerna": "^4.0.0",
    "lint-staged": ">=10",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-is": "^16.8",
    "rimraf": "^3.0.2",
    "rollup": "^2.50.6",
    "rollup-plugin-copy": "^3.4.0",
    "rollup-plugin-multi-input": "^1.3.1",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-ts": "^1.4.0",
    "semantic-release": "^17.4.3",
    "semantic-release-monorepo": "^7.0.5",
    "standard-version": "^9.3.0",
    "styled-components": "^5.3.0",
    "stylelint": "^13.13.1",
    "stylelint-config-prettier": "^8.0.2",
    "stylelint-config-recommended": "^5.0.0",
    "stylelint-config-styled-components": "^0.1.1",
    "stylelint-prettier": "^1.2.0",
    "stylelint-processor-styled-components": "^1.10.0",
    "typescript": "^4.3.2"
  },
  "peerDependencies": {
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "styled-components": ">= 5"
  },
  "resolutions": {
    "styled-components": "^5"
  },
  "scripts": {
    "sb": "start-storybook -p 6006",
    "build-storybook": "build-storybook",
    "clean": "rimraf packages/*/{tsconfig.tsbuildinfo,dist} && rimraf {dist,build}",
    "build": "./bin/build.sh",
    "lint:css": "stylelint './packages/**/*.styles.ts'",
    "stylelint-check": "stylelint-config-prettier-check",
    "cm": "git-cz",
    "release": "standard-version --no-verify --releaseCommitMessageFormat \"chore: release\"",
    "pub:patch": "RELEASE_TYPE=\"patch\" ./bin/publish.sh",
    "pub:minor": "RELEASE_TYPE=\"minor\" ./bin/publish.sh",
    "pub:major": "RELEASE_TYPE=\"major\" ./bin/publish.sh"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "lint-staged": {
    "packages/**/*.{ts,tsx}": [
      "prettier --write",
      "eslint --cache --fix",
      "stylelint"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "yarn lint-staged",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  }
}
