UNPKG

@uspk-ui/focus-lock

Version:

Focus lock utils for all the components

56 lines 1.35 kB
{ "name": "@uspk-ui/focus-lock", "version": "2.1.4", "description": "Focus lock utils for all the components", "keywords": [ "focus-lock" ], "author": "Alvaro Castillo <alvcastillo@uspk.com.mx>", "homepage": "https://github.com/uspk-ui/uspk-ui#readme", "license": "MIT", "main": "dist/index.cjs.js", "files": [ "dist" ], "sideEffects": false, "preconstruct": {}, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/uspk-ui/uspk-ui.git", "directory": "packages/focus-lock" }, "bugs": { "url": "https://github.com/uspk-ui/uspk-ui/issues" }, "dependencies": { "@uspk-ui/dom-utils": "1.0.3", "react-focus-lock": "^2.9.1" }, "peerDependencies": { "react": ">=18" }, "devDependencies": { "react": "^18.0.0", "clean-package": "2.1.1" }, "module": "dist/index.esm.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.esm.js", "require": "./dist/index.cjs.js", "types": "./dist/index.d.ts" }, "./package.json": "./package.json" }, "scripts": { "build": "JSX=1 tsup src/index.ts --dts", "dev": "pnpm build:fast -- --watch", "clean": "rimraf dist .turbo", "typecheck": "tsc --noEmit", "build:fast": "JSX=1 tsup src/index.ts" } }