react-sticky-box
Version:
Boxes that behave nicely while scrolling
38 lines (37 loc) • 1.02 kB
JSON
{
"name": "react-sticky-box",
"version": "2.0.5",
"description": "Boxes that behave nicely while scrolling",
"scripts": {
"build": "node build.js && tsc --emitDeclarationOnly",
"lint": "eslint --max-warnings=0 'src/**/*.{js,jsx,ts,tsx}'",
"is-prettier": "prettier --list-different 'src/**/*.{js,jsx,ts,tsx}'",
"prepublishOnly": "npm run lint && npm run is-prettier && npm run build && cp ../../README.md ."
},
"keywords": [
"react",
"scroll",
"sticky",
"fixed"
],
"author": "Daniel Berndt <daniel.berndt@gmail.com> (http://danielberndt.net/)",
"license": "ISC",
"repository": "codecks-io/react-sticky-box",
"peerDependencies": {
"react": ">=16.8.0"
},
"devDependencies": {
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"esbuild": "^0.19.5",
"typescript": "^5.2.2"
},
"type": "module",
"main": "./dist/index.js",
"exports": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"dist",
"README.md"
]
}