flowscrollbar
Version:
A customizable React scrollbar component that supports both vertical and horizontal scrolling with drag functionality.
41 lines (38 loc) • 775 B
JSON
{
"name": "flowscrollbar",
"version": "1.0.7",
"description": "",
"main": "./build/index.js",
"scripts": {
"build": "webpack"
},
"author": "soniakshay",
"license": "ISC",
"repository": {
"type": "git"
},
"keywords": [
"react",
"akshay",
"akshay-dholakiya",
"akshay dholakiya",
"customscrollbar",
"react-custom-scrollbar",
"scrollbar"
],
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"babel-loader": "^8.0.6",
"css-loader": "^3.3.0",
"style-loader": "^1.0.1",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"react": "^19.0.0",
"lodash": "^4.17.21",
"sass-loader": "^7.2.0"
}
}