UNPKG

react-roving-focus

Version:

Flexible roving focus for React with support for any fixed or responsive layout.

81 lines 2.49 kB
{ "name": "react-roving-focus", "version": "0.0.7", "description": "Flexible roving focus for React with support for any fixed or responsive layout.", "license": "MIT", "keywords": [ "react", "roving", "focus", "tabindex" ], "homepage": "https://jasongerbes.github.io/react-roving-focus", "bugs": { "url": "https://github.com/jasongerbes/react-roving-focus/issues" }, "author": "Jason Gerbes <hello@jasongerbes.com> (https://jasongerbes.com)", "repository": { "type": "git", "url": "git+https://github.com/jasongerbes/react-roving-focus.git" }, "files": [ "dist" ], "main": "dist/index.js", "type": "module", "sideEffects": false, "devDependencies": { "@arethetypeswrong/cli": "^0.17.3", "@changesets/cli": "^2.27.12", "@eslint/js": "^9.20.0", "@storybook/addon-essentials": "^8.5.3", "@storybook/blocks": "^8.5.3", "@storybook/manager-api": "^8.5.3", "@storybook/react": "^8.5.3", "@storybook/react-vite": "^8.5.3", "@storybook/test": "^8.5.3", "@tailwindcss/vite": "^4.0.5", "@types/lodash.debounce": "^4.0.9", "@types/node": "^22.13.1", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", "clsx": "^2.1.1", "eslint": "^9.20.0", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.19", "eslint-plugin-storybook": "^0.11.2", "globals": "^15.14.0", "prettier": "^3.5.0", "prettier-plugin-tailwindcss": "^0.6.11", "react": "^19.0.0", "react-dom": "^19.0.0", "storybook": "^8.5.3", "tailwind-merge": "^3.0.1", "tailwindcss": "^4.0.5", "typescript": "~5.7.3", "typescript-eslint": "^8.23.0", "vite": "^6.1.0", "vite-plugin-dts": "^4.5.0" }, "dependencies": { "lodash.debounce": "^4.0.8" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "scripts": { "dev": "storybook dev -p 6006", "build": "tsc -b && vite build", "ci": "npm run build && npm run check-format && npm run check-exports && npm run lint", "lint": "eslint .", "format": "prettier --write .", "check-format": "prettier --check .", "check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm", "changeset": "changeset", "release": "npm run build && changeset publish", "local-release": "changeset version && changeset publish", "build-storybook": "storybook build" } }