UNPKG

react-parallax-hover

Version:

A pointer driven hover effect that rotates images in place with subtle parallax effects

46 lines (45 loc) 1.31 kB
{ "name": "react-parallax-hover", "version": "2.0.2", "repository": { "type": "git", "url": "https://github.com/TylerK/react-parallax-hover.git" }, "keywords": [ "react", "react-component", "parallax", "hover" ], "description": "A pointer driven hover effect that rotates images in place with subtle parallax effects", "main": "./dist/index.js", "scripts": { "build": "yarn clean && babel src/index.jsx -o dist/index.js", "clean": "rm -rf ./dist && mkdir ./dist", "prepublish": "yarn build", "deploy": "storybook-to-ghpages", "start": "start-storybook -p 3000" }, "author": "Tyler Kelley <tylerckelley@gmail.com>", "license": "ISC", "devDependencies": { "@babel/cli": "^7.16.8", "@babel/core": "^7.16.12", "@babel/preset-env": "^7.16.11", "@babel/preset-react": "^7.16.7", "@storybook/addon-essentials": "^6.1.21", "@storybook/react": "^6.1.21", "@storybook/storybook-deployer": "^2.8.10", "@types/prop-types": "^15.7.4", "@types/react": "^16.8.24", "@types/react-dom": "^16.8.5", "@types/styled-components": "^5.1.21", "babel-loader": "^8.2.3" }, "dependencies": { "prop-types": "^15.8.1", "react": "^16.8.24", "react-dom": "^16.8.5", "styled-components": "^5.3.3" } }