UNPKG

@jamesmallette/gatsby-plugin-anchor-links

Version:

Gatsby plugin for using anchor links with a Gatsby Link component.

34 lines (33 loc) 948 B
{ "name": "@jamesmallette/gatsby-plugin-anchor-links", "version": "1.2.1", "main": "index.js", "author": "James Mallette <jamespmallette@gmail.com>", "description": "Gatsby plugin for using anchor links with a Gatsby Link component.", "homepage": "https://github.com/peabodyswineandbeer/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.12.1", "@babel/core": "^7.12.3", "@babel/preset-env": "^7.12.1", "@babel/preset-react": "^7.12.5", "gatsby": "^2.25.1", "jest": "^26.6.2", "prettier": "^2.1.2", "react": "^17.0.1" }, "keywords": [ "gatsby", "gatsby-plugin", "gatsby-source-plugin", "gatsby-anchor-links", "gatsby-plugin-anchor-links" ], "dependencies": { "scroll-to-element": "^2.0.3" } }