UNPKG

react-stickyfill

Version:
50 lines (49 loc) 1.34 kB
{ "name": "react-stickyfill", "version": "0.2.5", "description": "React wrapper for Stickyfill library", "main": "lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "prepublish": "babel ./src --out-dir ./lib" }, "repository": { "type": "git", "url": "git+https://github.com/seleckis/react-stickyfill.git" }, "keywords": [ "react", "position", "sticky", "stickyfill", "component", "wrapper" ], "author": "Nikita Seleckis <nikita@seleckis.lv> (http://seleckis.lv/)", "license": "MIT", "bugs": { "url": "https://github.com/seleckis/react-stickyfill/issues" }, "homepage": "https://github.com/seleckis/react-stickyfill#readme", "devDependencies": { "autoprefixer": "^9.6.1", "babel-cli": "^6.24.1", "babel-core": "^6.24.1", "babel-eslint": "^10.0.2", "babel-loader": "^8.0.6", "babel-preset-env": "^1.5.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "eslint": "6.2.0", "eslint-loader": "^2.2.1", "eslint-plugin-react": "^7.0.1", "postcss-loader": "^3.0.0", "react": "^16.8.6", "react-dom": "^16.8.6", "webpack": "^4.38.0" }, "dependencies": { "Stickyfill": "git+https://github.com/seleckis/stickyfill.git", "prop-types": "^15.5.10" } }