2024-07-19 08:20:08 -07:00

67 lines
1.9 KiB
JSON

{
"name": "@nextui-org/tooltip",
"version": "2.0.39",
"description": "A React Component for rendering dynamically positioned Tooltips",
"keywords": [
"tooltip"
],
"author": "Junior Garcia <jrgarciadev@gmail.com>",
"homepage": "https://nextui.org",
"license": "MIT",
"main": "src/index.ts",
"sideEffects": false,
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nextui-org/nextui.git",
"directory": "packages/components/tooltip"
},
"bugs": {
"url": "https://github.com/nextui-org/nextui/issues"
},
"scripts": {
"build": "tsup src --dts",
"build:fast": "tsup src",
"dev": "pnpm build:fast --watch",
"clean": "rimraf dist .turbo",
"typecheck": "tsc --noEmit",
"prepack": "clean-package",
"postpack": "clean-package restore"
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"framer-motion": ">=10.17.0",
"@nextui-org/theme": ">=2.1.0",
"@nextui-org/system": ">=2.0.0"
},
"dependencies": {
"@nextui-org/shared-utils": "workspace:*",
"@nextui-org/react-utils": "workspace:*",
"@nextui-org/aria-utils": "workspace:*",
"@nextui-org/framer-utils": "workspace:*",
"@nextui-org/use-safe-layout-effect": "workspace:*",
"@react-aria/interactions": "3.21.3",
"@react-aria/overlays": "3.22.1",
"@react-aria/tooltip": "3.7.4",
"@react-aria/utils": "3.24.1",
"@react-stately/tooltip": "3.4.9",
"@react-types/overlays": "3.8.7",
"@react-types/tooltip": "3.4.9"
},
"devDependencies": {
"@nextui-org/button": "workspace:*",
"@nextui-org/system": "workspace:*",
"@nextui-org/theme": "workspace:*",
"clean-package": "2.2.0",
"framer-motion": "^11.0.28",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"clean-package": "../../../clean-package.config.json"
}