UNPKG

@shashi_srinath/react-ui-scrollspy

Version:
55 lines (54 loc) 1.25 kB
{ "name": "@shashi_srinath/react-ui-scrollspy", "version": "2.4.0", "description": "Fork of react-ui-scrollspy", "main": "dist/index.js", "scripts": { "build": "rollup -c", "start": "rollup -c -w" }, "repository": { "type": "git", "url": "git+https://github.com/ShashiSrinath/react-ui-scrollspy.git" }, "bugs": { "url": "https://github.com/ShashiSrinath/react-ui-scrollspy/issues" }, "homepage": "https://github.com/ShashiSrinath/react-ui-scrollspy#readme", "author": "Hussain Pettiwala", "contributors": ["Shashi Srinath"], "license": "MIT", "keywords": [ "react", "react-component", "react-ui", "react-ui-scrollspy", "ui", "typescript", "component", "onscroll", "scroll", "spy", "performant", "scrollspy" ], "peerDependencies": { "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { "@types/react": "^17.0.33", "@types/react-dom": "^17.0.10", "babel-core": "^6.26.3", "babel-runtime": "^6.26.0", "react": "^19.0.0", "react-dom": "^19.0.0", "rollup": "^2.59.0", "rollup-plugin-typescript2": "^0.31.0", "tslib": "^2.4.1", "typescript": "^4.9.4" }, "files": [ "dist" ] }