react-customscroll
Version:
This is a tiny React component for scroll bar customization, without dependencies but with a lot of features.
49 lines (48 loc) • 1.53 kB
JSON
{
"name": "react-customscroll",
"version": "5.3.0",
"description": "This is a tiny React component for scroll bar customization, without dependencies but with a lot of features.",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
"scripts": {
"start": "cross-env NODE_ENV=development node build",
"build": "cross-env NODE_ENV=production node build",
"typing": "cross-env NODE_ENV=production tsc -p . --noEmit",
"lint": "cross-env NODE_ENV=production eslint \"src/**\"",
"format": "cross-env NODE_ENV=production eslint \"src/**\" --fix",
"production": "npm run typing && npm run lint && npm run build && npm publish"
},
"husky": {
"hooks": {
"pre-push": "npm run lint && npm run typing"
}
},
"repository": {
"type": "git",
"url": "https://github.com/AlexSergey/react-customscroll"
},
"author": "Aleksandrov Sergey <gooddev.sergey@gmail.com> (https://github.com/AlexSergey/react-customscroll)",
"license": "MIT",
"homepage": "https://github.com/AlexSergey/react-customscroll",
"bugs": {
"url": "https://github.com/AlexSergey/react-customscroll/issues"
},
"keywords": [
"react",
"react-component",
"scroll",
"scrollbar",
"customscroll",
"ui"
],
"devDependencies": {
"@rockpack/codestyle": "6.0.0",
"@rockpack/compiler": "6.0.0",
"@rockpack/tsconfig": "6.0.0",
"@types/react": "19.1.6",
"@types/react-dom": "19.1.5",
"husky": "9.1.7",
"react": "19.1.0",
"react-dom": "19.1.0"
}
}