{
  "name": "react-scroll-marker",
  "description": "Indicate the active section of a page based on scroll position.",
  "version": "0.2.2",
  "author": "Daniel O'Connor <daniel@danoc.me>",
  "license": "MIT",
  "main": "dist/react-scroll-marker.js",
  "module": "dist/react-scroll-marker.mjs",
  "source": "src/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "yarn test:eslint && yarn test:jest && yarn test:prettier",
    "test:eslint": "eslint . --ignore-path .gitignore --ext .jsx --ext .js",
    "test:jest": "jest --coverage",
    "test:prettier": "prettier \"**/*.{js,jsx,css,scss,json,md,mdx,html}\" --list-different",
    "format": "prettier \"**/*.{js,jsx,css,scss,json,md,mdx,html}\" --write",
    "release": "rm -rf dist && yarn install --frozen-lockfile && yarn test && yarn microbundle --format es,cjs && yarn changeset publish",
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook"
  },
  "repository": "git@github.com:danoc/react-scroll-marker.git",
  "dependencies": {
    "react-waypoint": "^9.0.2"
  },
  "devDependencies": {
    "@babel/core": "^7.2.2",
    "@babel/preset-env": "^7.2.3",
    "@babel/preset-react": "^7.0.0",
    "@changesets/cli": "^2.12.0",
    "@storybook/addon-actions": "^5.1.3",
    "@storybook/addon-links": "^5.1.3",
    "@storybook/addons": "^5.1.3",
    "@storybook/react": "^5.1.3",
    "@testing-library/react": "^8.0.1",
    "babel-core": "^7.0.0-bridge.0",
    "babel-jest": "^24.0.0",
    "babel-loader": "^8.0.5",
    "eslint": "^5.12.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-config-prettier": "^4.0.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jest": "^22.1.3",
    "eslint-plugin-jsx-a11y": "^6.1.2",
    "eslint-plugin-react": "^7.12.3",
    "jest": "^24.0.0",
    "microbundle": "^0.11.0",
    "prettier": "^1.18.2",
    "pretty-quick": "^1.8.0",
    "prop-types": "^15.6.2",
    "react": "^16.7.0",
    "react-dom": "^16.7.0",
    "regenerator-runtime": "^0.13.1"
  },
  "peerDependencies": {
    "prop-types": "^15.0.0",
    "react": "^16.3.0 || ^17.0.0",
    "react-dom": "^16.3.0 || ^17.0.0"
  }
}
