UNPKG

react-hover-graphic

Version:

A React component to effortlessly display a graphic on hover

50 lines 1.12 kB
{ "name": "react-hover-graphic", "version": "0.0.5", "description": "A React component to effortlessly display a graphic on hover", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "scripts": { "build": "tsup src/index.tsx --dts --format cjs,esm --clean" }, "repository": { "type": "git", "url": "git+https://github.com/mattrltrent/react-hover-graphic.git" }, "author": "Matthew Trent", "license": "MIT", "homepage": "https://matthewtrent.me", "keywords": [ "react", "react-component", "hover-graphic", "hover-image", "graphic-hover-effect", "tooltip", "hover-preview", "image-hover-effect", "react-hover-effect" ], "peerDependencies": { "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { "@types/react": "^19.0.2", "@types/react-dom": "^19.0.2", "tsup": "^8.3.5", "typescript": "^5.7.2" }, "react": { "next": { "useClient": true } } }