| { |
| "name": "@radix-ui/react-use-effect-event", |
| "version": "0.0.2", |
| "license": "MIT", |
| "source": "./src/index.ts", |
| "main": "./dist/index.js", |
| "module": "./dist/index.mjs", |
| "files": [ |
| "src", |
| "dist", |
| "README.md" |
| ], |
| "sideEffects": false, |
| "peerDependencies": { |
| "@types/react": "*", |
| "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| }, |
| "peerDependenciesMeta": { |
| "@types/react": { |
| "optional": true |
| } |
| }, |
| "dependencies": { |
| "@radix-ui/react-use-layout-effect": "1.1.1" |
| }, |
| "devDependencies": { |
| "@types/react": "^19.0.7", |
| "@types/react-dom": "^19.0.3", |
| "@types/use-sync-external-store": "^0.0.6", |
| "eslint": "^9.18.0", |
| "react": "^19.1.0", |
| "react-dom": "^19.1.0", |
| "typescript": "^5.7.3", |
| "@repo/typescript-config": "0.0.0", |
| "@repo/builder": "0.0.0", |
| "@repo/eslint-config": "0.0.0" |
| }, |
| "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" |
| }, |
| "scripts": { |
| "lint": "eslint --max-warnings 0 src", |
| "clean": "rm -rf dist", |
| "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" |
| } |
| } |
| } |
| } |