next-scroll
Version:
Scroll postion gives you ability the manipulate scroll
56 lines (55 loc) • 1.29 kB
JSON
{
"name": "next-scroll",
"version": "1.3.3",
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"author": "Alimuhammadfc5",
"keywords": [
"next-scroll",
"react-scroll",
"smooth scroll",
"smooth-scroll",
"scroll inview",
"inview",
"component inview",
"next smooth scroll",
"react smooth scroll",
"next-smooth-scroll",
"react-smooth-scroll"
],
"scripts": {
"prebuild": "rimraf dist",
"build": "rollup -c"
},
"files": [
"dist",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/AliMuhammadfc5/next-scroll.git"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.4",
"@types/react": "^18.0.17",
"postcss": "^8.4.16",
"react": "^18.2.0",
"rimraf": "^3.0.2",
"rollup": "^2.78.0",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-filesize": "^9.1.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.32.1",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}