{
  "name": "@arrow-navigation/react",
  "version": "2.2.0",
  "description": "A light and performant React implementation for @arrow-navigation/core package.",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsup ./src/index.ts --format esm,cjs --dts --minify --external react",
    "dev": "tsup ./src/index.ts --format esm,cjs --dts --sourcemap --minify --external react --watch",
    "lint": "tsc --noEmit && eslint --ext ts,tsx --quiet --fix",
    "clean": "rm -rf node_modules && rm -rf dist",
    "test": "jest",
    "prepublishOnly": "yarn build",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "author": "Boris Belmar <borisbelmarm@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/borisbelmar/arrow-navigation-react/",
  "bugs": {
    "url": "https://github.com/borisbelmar/arrow-navigation-react/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/borisbelmar/arrow-navigation-react.git"
  },
  "peerDependencies": {
    "@arrow-navigation/core": "^2.1.0",
    "react": "^16.8.0 || ^17 || ^18"
  },
  "devDependencies": {
    "@arrow-navigation/core": "*",
    "@babel/preset-env": "7.21.4",
    "@babel/preset-react": "7.18.6",
    "@babel/preset-typescript": "7.21.4",
    "@storybook/addon-essentials": "7.0.2",
    "@storybook/addon-interactions": "7.0.2",
    "@storybook/addon-links": "7.0.2",
    "@storybook/addon-styling": "0.3.2",
    "@storybook/blocks": "7.0.2",
    "@storybook/react": "7.0.2",
    "@storybook/react-webpack5": "7.0.2",
    "@storybook/testing-library": "0.0.14-next.2",
    "@testing-library/jest-dom": "5.16.5",
    "@testing-library/react": "14.0.0",
    "@testing-library/react-hooks": "^8.0.1",
    "@types/jest": "29.5.12",
    "@types/node": "18.11.11",
    "@typescript-eslint/eslint-plugin": "5.45.0",
    "@typescript-eslint/parser": "5.45.0",
    "autoprefixer": "10.4.14",
    "eslint": "8.57.0",
    "eslint-config-airbnb": "19.0.4",
    "eslint-import-resolver-typescript": "3.5.5",
    "eslint-plugin-import": "2.26.0",
    "eslint-plugin-jsx-a11y": "6.7.1",
    "eslint-plugin-react": "7.32.2",
    "eslint-plugin-react-hooks": "4.6.0",
    "jest": "29.7.0",
    "jest-environment-jsdom": "29.5.0",
    "postcss": "^8.4.21",
    "postcss-loader": "7.2.4",
    "react-hook-form": "7.43.9",
    "storybook": "7.0.2",
    "tailwindcss": "3.3.1",
    "ts-jest": "29.0.3",
    "tsconfig-paths-webpack-plugin": "4.0.1",
    "tsup": "6.5.0",
    "typescript": "4.9.3"
  },
  "keywords": [
    "spatial navigation",
    "keyboard navigation",
    "keyboard",
    "navigation",
    "arrow keys",
    "arrow",
    "react",
    "reactjs",
    "typescript",
    "tsx",
    "tv navigation",
    "tv",
    "focus",
    "remote control",
    "remote",
    "control",
    "focusable",
    "tizen",
    "webos",
    "web"
  ]
}
