UNPKG

gatsby-plugin-smoothscroll

Version:

Polyfilled smooth scrolling behavior and helper function for Gatsby sites.

41 lines (40 loc) 1.12 kB
{ "name": "gatsby-plugin-smoothscroll", "version": "1.2.0", "author": "Frederick Morin (https://freddydumont.com)", "description": "Polyfilled smooth scrolling behavior and helper function for Gatsby sites.", "keywords": [ "gatsby", "gatsby-plugin", "smooth", "scroll", "smoothscroll", "scrollIntoView", "polyfill" ], "license": "MIT", "private": false, "publishConfig": { "registry": "https://registry.npmjs.org" }, "repository": { "type": "git", "url": "https://github.com/freddydumont/gatsby-plugin-smoothscroll.git" }, "homepage": "https://github.com/freddydumont/gatsby-plugin-smoothscroll#readme", "scripts": { "build": "babel src --out-dir . --ignore **/__tests__", "prepare": "cross-env NODE_ENV=production npm run build", "watch": "babel -w src --out-dir . --ignore **/__tests__" }, "dependencies": { "smoothscroll-polyfill": "^0.4.4" }, "devDependencies": { "@babel/cli": "^7.6.0", "@babel/core": "^7.6.0", "babel-preset-gatsby-package": "^0.2.4", "cross-env": "^5.2.1" }, "types": "index.d.ts" }