go-to-top-react
Version:
A lightweight and customizable React component that adds a 'Go to Top' button to your web application.
34 lines (33 loc) • 839 B
JSON
{
"name": "go-to-top-react",
"version": "0.0.2",
"description": "A lightweight and customizable React component that adds a 'Go to Top' button to your web application.",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"React",
"Go To Top",
"Back To Top",
"Scroll Progress",
"Scrolling Indicator",
"Dynamic Back To Top",
"scroll up",
"scroll-to-top"
],
"author": "Suyel Haque",
"license": "ISC",
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/react": "^18.2.73"
},
"homepage": "https://github.com/slsuyel/back-to-top",
"repository": {
"type": "git",
"url": "git+https://github.com/slsuyel/back-to-top.git"
}
}