UNPKG

react-scroll-agent

Version:

Deadly spy for make benefit glorious nation of Scrolltopia

64 lines (63 loc) 1.77 kB
{ "name": "react-scroll-agent", "version": "0.8.0", "description": "Deadly spy for make benefit glorious nation of Scrolltopia", "main": "dist/cjs.js", "scripts": { "build": "node scripts/build", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/dangodev/react-scroll-agent.git" }, "homepage": "https://github.com/dangodev/react-scroll-agent", "bugs": { "url": "https://github.com/dangodev/react-scroll-agent/issues" }, "keywords": [ "react", "scroll", "spy", "animation", "performant", "performance", "scrollspy" ], "author": "dangodev", "license": "ISC", "dependencies": { "@reach/observe-rect": "^1.0.3" }, "devDependencies": { "@babel/core": "^7.1.2", "@babel/plugin-proposal-class-properties": "^7.1.0", "@babel/plugin-proposal-object-rest-spread": "^7.0.0", "@babel/preset-env": "^7.1.0", "@babel/preset-react": "^7.0.0", "babel-eslint": "^8.2.6", "babel-plugin-transform-react-remove-prop-types": "^0.4.19", "babel-preset-minify": "^0.5.0", "eslint": "^5.7.0", "eslint-config-airbnb": "^17.1.0", "eslint-config-prettier": "^2.10.0", "eslint-config-react": "^1.1.7", "eslint-plugin-import": "^2.14.0", "eslint-plugin-jsx-a11y": "^6.1.2", "eslint-plugin-prettier": "^2.7.0", "eslint-plugin-react": "^7.10.0", "prettier": "^1.14.3", "prop-types": "^15.6.2", "react": "^16.5.2", "react-dom": "^16.5.2", "rollup": "^0.66.6", "rollup-plugin-babel": "^4.0.3", "rollup-plugin-uglify": "^6.0.0" }, "peerDependencies": { "@reach/observe-rect": "^1.0", "react": "^16.0.0", "react-dom": "^16.0.0", "prop-types": "^15.0.0" } }