| { |
| "name": "@radix-ui/react-use-escape-keydown", |
| "version": "1.1.0", |
| "license": "MIT", |
| "exports": { |
| ".": { |
| "import": { |
| "types": "./dist/index.d.mts", |
| "default": "./dist/index.mjs" |
| }, |
| "require": { |
| "types": "./dist/index.d.ts", |
| "default": "./dist/index.js" |
| } |
| } |
| }, |
| "source": "./src/index.ts", |
| "main": "./dist/index.js", |
| "module": "./dist/index.mjs", |
| "types": "./dist/index.d.ts", |
| "files": [ |
| "dist", |
| "README.md" |
| ], |
| "sideEffects": false, |
| "scripts": { |
| "clean": "rm -rf dist", |
| "version": "yarn version" |
| }, |
| "dependencies": { |
| "@radix-ui/react-use-callback-ref": "1.1.0" |
| }, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| }, |
| "homepage": "https://radix-ui.com/primitives", |
| "repository": { |
| "type": "git", |
| "url": "git+https://github.com/radix-ui/primitives.git" |
| }, |
| "bugs": { |
| "url": "https://github.com/radix-ui/primitives/issues" |
| } |
| } |