UNPKG

rb-react-tiny-popover

Version:

A simple and highly customizable popover react higher order component with no other dependencies!

54 lines (53 loc) 1.51 kB
{ "name": "rb-react-tiny-popover", "version": "8.1.7", "description": "A simple and highly customizable popover react higher order component with no other dependencies!", "keywords": [ "react", "popover", "react-popover", "popout", "pop", "out", "modal" ], "repository": { "type": "git", "url": "https://github.com/alexkatz/react-tiny-popover.git" }, "files": [ "dist" ], "license": "MIT", "author": "Alex Katz", "main": "dist/Popover.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc -p . && pnpm run copy-types", "clean": "rimraf dist/", "copy-types": "shx cp src/index.d.ts dist/index.d.ts", "start-demo": "cd docs && pnpm run start", "watch": "tsc-watch -p . --onSuccess 'pnpm run copy-types'" }, "devDependencies": { "@eslint/js": "^9.10.0", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "eslint": "^9.10.0", "eslint-config-prettier": "^9.1.0", "eslint-config-react-app": "^7.0.1", "eslint-plugin-react": "^7.36.1", "globals": "^15.12.0", "prettier": "^3.3.3", "rimraf": "^4.4.1", "shx": "^0.3.4", "tsc-watch": "^6.2.1", "typescript": "5.6.3", "typescript-eslint": "^8.5.0" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "packageManager": "pnpm@10.1.0+sha512.c89847b0667ddab50396bbbd008a2a43cf3b581efd59cf5d9aa8923ea1fb4b8106c041d540d08acb095037594d73ebc51e1ec89ee40c88b30b8a66c0fae0ac1b" }