react-keyboard-avoiding-container
Version:
A React component that provides smooth keyboard interactions for mobile web apps, handling viewport adjustments, scroll behavior, and input field focus with a sticky footer layout
73 lines (72 loc) • 1.86 kB
JSON
{
"name": "react-keyboard-avoiding-container",
"private": false,
"version": "0.0.4",
"description": "A React component that provides smooth keyboard interactions for mobile web apps, handling viewport adjustments, scroll behavior, and input field focus with a sticky footer layout",
"keywords": [
"react",
"mobile",
"keyboard",
"viewport",
"ios",
"android",
"input",
"form",
"sticky",
"container",
"scroll",
"mobile-web",
"keyboard-avoiding",
"typescript",
"react-component"
],
"scripts": {
"rollup": "rollup -c",
"build": "rollup -c",
"watch": "rollup -c -w",
"clean": "rm -rf dist",
"rebuild": "npm run clean && npm run build",
"prepare": "npm run build"
},
"author": {
"name": "Rahul Mannepally",
"url": "https://github.com/rahulmannepally"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rahulmannepally/react-keyboard-avoiding-container.git"
},
"bugs": {
"url": "https://github.com/rahulmannepally/react-keyboard-avoiding-container/issues"
},
"homepage": "https://github.com/rahulmannepally/react-keyboard-avoiding-container#readme",
"license": "ISC",
"engines": {
"node": ">=14"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-typescript": "^8.3.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"rollup": "^2.60.0",
"rollup-plugin-dts": "^4.0.1",
"tslib": "^2.8.1",
"typescript": "^4.4.4"
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"sideEffects": false
}