{
  "name": "react-sticky-nav",
  "version": "4.0.6",
  "description": "A sticky nav bar for React that stays out of your way",
  "license": "MIT",
  "author": "Iiro Jäppinen <iiro@jappinen.fi> (https://iiro.fi)",
  "homepage": "https://github.com/iiroj/react-sticky-nav",
  "repository": "github:iiroj/react-sticky-nav",
  "bugs": "https://github.com/iiroj/react-sticky-nav/issues",
  "main": "index.js",
  "module": "index.esm.js",
  "browser": "index.umd.js",
  "types": "index.d.ts",
  "files": [
    "index.js",
    "index.esm.js",
    "index.umd.js",
    "index.d.ts"
  ],
  "sideEffects": false,
  "scripts": {
    "start": "parcel example/index.html",
    "lint": "eslint --ext .js,.ts,.tsx .",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "watch": "rollup -cw",
    "build": "rollup -c",
    "version": "standard-version --no-verify"
  },
  "lint-staged": {
    "*.{ts,tsx}": "npm run lint"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
      "pre-commit": "lint-staged"
    }
  },
  "standard-version": {
    "scripts": {
      "prerelease": "npm run lint && npm run typecheck && npm run build"
    }
  },
  "peerDependencies": {
    "react": ">=16.8",
    "react-dom": ">=16.8"
  },
  "devDependencies": {
    "@ampproject/rollup-plugin-closure-compiler": "0.25.2",
    "@commitlint/config-conventional": "^8.3.4",
    "@rollup/plugin-commonjs": "11.1.0",
    "@rollup/plugin-node-resolve": "7.1.3",
    "@rollup/plugin-typescript": "4.1.1",
    "@types/react": "^16.9.34",
    "@types/react-dom": "^16.9.7",
    "@types/styled-components": "^5.1.0",
    "@typescript-eslint/eslint-plugin": "^2.30.0",
    "@typescript-eslint/parser": "^2.30.0",
    "commitlint": "^8.3.5",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-prettier": "^3.1.3",
    "eslint-plugin-react-hooks": "4.0.0",
    "husky": "^4.2.5",
    "lint-staged": "^10.2.2",
    "parcel-bundler": "1.12.4",
    "prettier": "^2.0.5",
    "react": ">=16.13",
    "react-dom": ">=16.13",
    "react-style-reset": "1.3.1",
    "rollup": "^2.7.6",
    "standard-version": "^7.1.0",
    "styled-components": "5.1.0",
    "typescript": "^3.8.3"
  },
  "keywords": [
    "bar",
    "hamburger",
    "header",
    "menu",
    "nav",
    "navigation",
    "react",
    "sticky"
  ]
}
