UNPKG

react-tooltip-z

Version:

Lightweight, customizable React tooltip component with hover, click, focus and manual trigger support.

74 lines (72 loc) 1.88 kB
{ "name": "react-tooltip-z", "version": "3.0.1", "description": "Lightweight, customizable React tooltip component with hover, click, focus and manual trigger support.", "author": "Delpi.Kye", "license": "MIT", "type": "module", "main": "build/index.js", "module": "build/index.esm.js", "types": "build/index.d.ts", "exports": { ".": { "import": "./build/index.esm.js", "require": "./build/index.js", "types": "./build/index.d.ts" } }, "files": [ "build" ], "scripts": { "clean": "rimraf build", "rb": "rollup -c", "build": "rimraf ./build && rollup -c", "watch": "npx tsc --watch" }, "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/delpikye-v/react-tooltip.git" }, "homepage": "https://github.com/delpikye-v/react-tooltip#readme", "bugs": { "url": "https://github.com/delpikye-v/react-tooltip/issues" }, "keywords": [ "react", "tooltip", "react-tooltip", "portal", "overlay", "floating", "popover", "ui", "react-overlay" ], "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", "@types/react": "18.0.2", "@types/react-dom": "18.0.2", "react": "^18.0.0", "react-dom": "^18.0.2", "rimraf": "^5.0.5", "rollup": "^3.29.4", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-typescript2": "0.36.0", "tslib": "^2.6.2", "typescript": "^4.9.5" }, "dependencies": { "@delpi/common": "0.1.0", "react-if-vz": "^3.0.0", "styled-components": ">=6.0.0" } }