{
  "name": "@uehreka/gatsby-plugin-anchor-links",
  "version": "1.1.2",
  "main": "index.js",
  "author": "Chase Ohlson <chase@chaseohlson.com> and Chris Uehlinger <chris.uehlinger@gmail.com>",
  "description": "Gatsby plugin for using anchor links with a Gatsby Link component (this one supports gatsby-plugin-transition-link).",
  "homepage": "https://github.com/chrisuehlinger/gatsby-plugin-anchor-links",
  "license": "MIT",
  "scripts": {
    "build": "babel src/ --out-dir . --ignore __tests__",
    "watch": "babel -w src/ --out-dir . --ignore __tests__"
  },
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.8.4",
    "@babel/preset-env": "^7.8.4",
    "@babel/preset-react": "^7.8.3",
    "gatsby": "^2.19.10",
    "jest": "^25.1.0",
    "prettier": "^1.19.1",
    "react": "^16.12.0",
    "react-dom": "^16.13.1"
  },
  "keywords": [
    "gatsby",
    "gatsby-plugin",
    "gatsby-source-plugin",
    "gatsby-anchor-links",
    "gatsby-plugin-anchor-links"
  ],
  "dependencies": {
    "gatsby-plugin-transition-link": "^1.20.2",
    "scroll-to-element": "^2.0.3"
  }
}
