UNPKG

react-fixed-bottom

Version:

React component to make fixed:bottom styles usable in Safari mobile

81 lines (80 loc) 2.1 kB
{ "name": "react-fixed-bottom", "version": "1.0.10", "description": "React component to make fixed:bottom styles usable in Safari mobile", "main": "dist/index.js", "module": "dist/index.esm.js", "scripts": { "build": "rollup -c", "clean": "rimraf dist", "test": "jest", "watch": "rollup -c -w" }, "repository": { "type": "git", "url": "https://github.com/turo/react-fixed-bottom.git" }, "keywords": [ "react", "position", "fixed", "offset", "scroll", "bottom" ], "author": "Esau Suarez <esau@turo.com>", "license": "MIT", "bugs": { "url": "https://github.com/turo/react-fixed-bottom/issues" }, "homepage": "https://github.com/turo/react-fixed-bottom#readme", "peerDependencies": { "react": "^16.5.0" }, "dependencies": { "lodash.throttle": "^4.1.1" }, "devDependencies": { "@types/enzyme": "^3.10.3", "@types/enzyme-adapter-react-16": "^1.0.5", "@types/jest": "^24.0.17", "@types/lodash.throttle": "^4.1.6", "@types/react": "^17.0.40", "@types/react-test-renderer": "^17.0.1", "babel-jest": "^24.7.1", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", "enzyme": "^3.9.0", "enzyme-adapter-react-16": "^1.12.1", "husky": "^1.3.1", "jest": "^24.7.1", "lint-staged": ">=8", "prettier": "^2.0.5", "prop-types": "^15.6.1", "react": "^16.5.0", "react-dom": "^16.5.0", "react-test-renderer": "^16.8.6", "rimraf": "^3.0.2", "rollup": "^1.19.4", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-commonjs": "^10.0.2", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-peer-deps-external": "^2.2.0", "rollup-plugin-resolve": "^0.0.1-predev.1", "rollup-plugin-sourcemaps": "^0.6.3", "rollup-plugin-terser": "^5.1.1", "rollup-plugin-typescript2": "^0.30.0", "ts-jest": "^24.0.2", "typescript": "^3.5.3" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*.{js,css,json,md}": [ "prettier --write", "git add" ] } }