@rakuten-rex/stepper
Version:
Input Stepper is a UI control used to incrementally increase of decrease a numeric value.
45 lines • 1.01 kB
JSON
{
"name": "@rakuten-rex/stepper",
"version": "1.6.0",
"description": "Input Stepper is a UI control used to incrementally increase of decrease a numeric value.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/rakuten-rex/stepper.git"
},
"bugs": {
"url": "https://github.com/rakuten-rex/stepper/issues"
},
"homepage": "https://rakuten-rex.github.io/stepper/",
"author": "ReX React UI Components Library Authors (https://github.com/rakuten-rex/stepper/graphs/contributors)",
"contributors": [
"Rakuten, Inc."
],
"license": "MIT",
"keywords": [
"css",
"sass",
"mobile-first",
"responsive",
"front-end",
"framework",
"web",
"react",
"ui-components"
],
"browserslist": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 9",
"ios >= 8",
"android >= 4.1"
],
"engines": {
"node": ">=10"
},
"peerDependencies": {
"react": "^16.12.0",
"react-dom": "^16.12.0"
}
}