gatsby-plugin-page-progress
Version:
Progress indicator for the top of pages as user scrolls
41 lines (40 loc) • 1.13 kB
JSON
{
"name": "gatsby-plugin-page-progress",
"description": "Progress indicator for the top of pages as user scrolls",
"version": "2.2.1",
"author": "Devin Metivier <devinmetivier@gmail.com>",
"license": "MIT",
"repository": "git://github.com/dmetivier/gatsby-plugin-page-progress.git",
"homepage": "https://github.com/dmetivier/gatsby-plugin-page-progress",
"bugs": {
"url": "https://github.com/dmetivier/gatsby-plugin-page-progress/issues"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"plugin",
"progress",
"scroll",
"indicator",
"bar"
],
"main": "index.js",
"scripts": {
"build": "babel src --out-dir .",
"prepublishOnly": "yarn build",
"clean": "rm -rf node_modules",
"watch": "babel -w src --out-dir .",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.4",
"@types/node": "^14.6.0",
"babel-eslint": "^10.0.3",
"babel-preset-gatsby-package": "0.2.16",
"eslint-config-devjmetivier": "2.3.0",
"react": "^16.13.1",
"typescript": "^3.9.7"
}
}