UNPKG

react-tooltip-z

Version:

React simple tooltip - ts/js. Fetch, click, hover...

93 lines (92 loc) 2.73 kB
{ "name": "react-tooltip-z", "version": "2.6.0", "description": "React simple tooltip - ts/js. Fetch, click, hover...", "author": "Delpi.Kye", "license": "MIT", "source": "src/index.js", "main": "dist/index.js", "module": "dist/index.esm.js", "files": [ "dist" ], "types": "dist/index.d.ts", "scripts": { "clean": "rimraf ./dist", "rb": "rollup -c", "build": "rimraf ./dist && rollup -c", "watch": "npx tsc --watch", "build-publish": "rimraf ./dist && npm run build && npm publish", "prepare": "husky install", "postversion": "git push --follow-tags", "download_schema": "apollo client:download-schema --endpoint=xxx schema/schema.json" }, "repository": { "type": "git", "url": "https://github.com/delpikye-v/react-tooltip.git" }, "homepage": "https://github.com/delpikye-v/react-tooltip#readme", "keywords": [ "react", "react-components", "react-tooltip", "tooltip", "tooltip-component", "tooltip-z", "react-tooltip-z", "styled-tooltip", "react-custom-tooltip", "react-basic-tooltip", "react-simple-tooltip", "simple-tooltip", "custom-tooltip", "styled-tooltip" ], "bugs": { "url": "https://github.com/delpikye-v/react-tooltip/issues" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.15.0", "@babel/preset-env": "^7.16.11", "@babel/preset-react": "^7.16.7", "@babel/preset-typescript": "^7.16.7", "@rollup/plugin-commonjs": "^17.1.0", "@rollup/plugin-node-resolve": "^11.2.1", "@types/node": "^13.9.0", "@types/react": "^16.9.23", "@types/react-dom": "^16.9.5", "@types/styled-components": "^5.1.25", "@typescript-eslint/eslint-plugin": "^3.9.1", "@typescript-eslint/parser": "^3.9.1", "babel-loader": "^8.2.2", "babel-plugin-import": "^1.13.5", "babel-preset-react-app": "^10.0.0", "husky": "^6.0.0", "jest": "^27.5.1", "prettier": "^2.3.2", "pretty-quick": "^3.1.1", "rimraf": "^3.0.2", "rollup": "^2.56.3", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^3.1.8", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.29.0", "source-map": "^0.7.3", "tslib": "^2.3.0", "tslint": "^6.1.3", "tslint-etc": "^1.13.10", "typedoc": "^0.16.11", "typescript": "^4.4.2" }, "dependencies": { "@delpi/common": "0.1.0", "react-if-vz": "^1.0.0", "styled-components": "^6.1.15" } }