| { |
| "name": "@radix-ui/react-tooltip", |
| "version": "1.2.10", |
| "license": "MIT", |
| "source": "./src/index.ts", |
| "main": "./dist/index.js", |
| "module": "./dist/index.mjs", |
| "files": [ |
| "dist", |
| "README.md" |
| ], |
| "sideEffects": false, |
| "dependencies": { |
| "@radix-ui/primitive": "1.1.4", |
| "@radix-ui/react-context": "1.1.4", |
| "@radix-ui/react-dismissable-layer": "1.1.13", |
| "@radix-ui/react-compose-refs": "1.1.3", |
| "@radix-ui/react-popper": "1.3.1", |
| "@radix-ui/react-id": "1.1.2", |
| "@radix-ui/react-presence": "1.1.6", |
| "@radix-ui/react-portal": "1.1.12", |
| "@radix-ui/react-primitive": "2.1.6", |
| "@radix-ui/react-use-controllable-state": "1.2.3", |
| "@radix-ui/react-slot": "1.3.0", |
| "@radix-ui/react-visually-hidden": "1.2.6" |
| }, |
| "devDependencies": { |
| "@types/react": "^19.2.2", |
| "@types/react-dom": "^19.2.2", |
| "react": "^19.2.0", |
| "react-dom": "^19.2.0", |
| "typescript": "^5.9.3", |
| "@repo/builder": "0.0.0", |
| "@repo/typescript-config": "0.0.0" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "@types/react-dom": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", |
| "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| }, |
| "@types/react-dom": { |
| "optional": true |
| } |
| }, |
| "homepage": "https://radix-ui.com/primitives", |
| "repository": { |
| "type": "git", |
| "url": "git+https://github.com/radix-ui/primitives.git", |
| "directory": "packages/react/tooltip" |
| }, |
| "bugs": { |
| "url": "https://github.com/radix-ui/primitives/issues" |
| }, |
| "scripts": { |
| "lint": "oxlint --max-warnings 0 src", |
| "clean": "rm -rf dist", |
| "reset": "rm -rf dist node_modules", |
| "typecheck": "tsc --noEmit", |
| "build": "radix-build" |
| }, |
| "types": "./dist/index.d.ts", |
| "exports": { |
| ".": { |
| "import": { |
| "types": "./dist/index.d.mts", |
| "default": "./dist/index.mjs" |
| }, |
| "require": { |
| "types": "./dist/index.d.ts", |
| "default": "./dist/index.js" |
| } |
| } |
| } |
| } |