react-sticky-ts
Version:
TypeScript version of react-sticky, using function components and hooks refactor.
37 lines (36 loc) • 909 B
JSON
{
"name": "react-sticky-ts",
"type": "module",
"types": "src/index.ts",
"files": ["dist"],
"private": false,
"version": "1.0.7",
"description": "TypeScript version of react-sticky, using function components and hooks refactor.",
"main": "./dist/react-sticky-ts.umd.cjs",
"module": "./dist/react-sticky-ts.es.js",
"exports": {
".": {
"import": "./dist/react-sticky-ts.es.js",
"require": "./dist/react-sticky-ts.umd.cjs"
}
},
"repository": {
"type": "git",
"url": "https://github.com/Qyokizzzz/react-sticky-ts"
},
"keywords": [
"sticky",
"react-sticky",
"react-sticky-ts"
],
"author": "Qyokizzzz",
"license": "MIT",
"bugs": {
"url": "https://github.com/Qyokizzzz/react-sticky-ts/issues"
},
"homepage": "https://github.com/Qyokizzzz/react-sticky-ts#readme",
"dependencies": {
"raf": "^3.4.1",
"react": "^17.0.2"
}
}