UNPKG

react-scrubber

Version:

React scrubber component with touch controls, styling, and lots event handlers

46 lines 1.21 kB
{ "name": "react-scrubber", "version": "2.1.0", "description": "React scrubber component with touch controls, styling, and lots event handlers", "main": "./lib/index.js", "scripts": { "build": "tsc", "postbuild": "node postbuild.js", "prepublish": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/nick-michael/react-scrubber.git" }, "keywords": [ "react", "react-component", "slider", "scrubber", "input", "range" ], "author": "nick-michael", "license": "MIT", "bugs": { "url": "https://github.com/nick-michael/react-scrubber/issues" }, "files": [ "lib" ], "homepage": "https://github.com/nick-michael/react-scrubber#readme", "devDependencies": { "@types/react": "19.0.0", "react": "19.0.0", "react-dom": "19.0.0", "typescript": "^5.7.2" }, "peerDependencies": { "react": "16 - 19", "react-dom": "16 - 19" }, "dependencies": { "object.fromentries": "^2.0.0" } }