UNPKG

react-smooth-scrollbar-z

Version:

A React wrapper for Smooth Scrollbar with hooks and plugin support

76 lines (75 loc) 2.07 kB
{ "name": "react-smooth-scrollbar-z", "type": "module", "version": "3.2.0-zx", "description": "A React wrapper for Smooth Scrollbar with hooks and plugin support", "main": "build/index.js", "module": "build/index.esm.js", "browser": "build/index.js", "upkg": "build/index.min.js", "styles": "build/styles.css", "files": [ "build" ], "types": "build/index.d.ts", "scripts": { "clean": "rimraf ./build", "build": "rollup -c", "cb": "npm run clean && npm run build" }, "repository": { "type": "git", "url": "https://github.com/delpikye-v/react-smooth-scrollbar-z.git" }, "homepage": "https://github.com/delpikye-v/react-smooth-scrollbar-z#readme", "keywords": [ "react", "react-scrollbar", "scrollbar", "custom-scrollbar", "smooth-scrollbar", "scrollbar-react", "scrollbar-component", "scrollbar-plugin", "react-scroll-plugin", "scrollbar-hook", "react-scrollbar-hook", "virtual-scroll", "overscroll", "react-ui", "scrollbar-smooth", "gradient-scrollbar", "highlight-scrollbar", "neo-scrollbar" ], "author": "Delpi.Kye", "license": "MIT", "bugs": { "url": "https://github.com/delpikye-v/react-smooth-scrollbar-z/issues" }, "peerDependencies": { "react": ">=17.0.0 <20.0.0", "react-dom": ">=17.0.0 <20.0.0" }, "devDependencies": { "@babel/core": "^7.22.0", "@rollup/plugin-commonjs": "^24.1.0", "@rollup/plugin-node-resolve": "^15.0.0", "@rollup/plugin-terser": "^0.4.4", "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "babel-loader": "^9.1.3", "identity-obj-proxy": "^3.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "rimraf": "^5.0.0", "rollup": "^3.20.0", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-typescript2": "^0.34.0", "typescript": "^5.2.0" }, "dependencies": { "smooth-scrollbar": ">=8.7.4" } }