{
  "name": "@chakra-xui/tabs",
  "version": "1.0.2",
  "description": "Accessible Tabs component for React and Chakra xui",
  "keywords": [
    "react",
    "react component",
    "tabs",
    "accessible tabs",
    "a11y tabs",
    "react a11y tabs",
    "react accessible tabs",
    "react tabs",
    "chakra xui",
    "chakra",
    "react tabs component",
    "a11y",
    "react aria tabs",
    "aria",
    "aria tabs"
  ],
  "sideEffects": false,
  "author": "Segun Adebayo <sage@adebayosegun.com>",
  "homepage": "https://github.com/chakra-xui/chakra-xui#readme",
  "license": "MIT",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/types/index.d.ts",
  "typings": "dist/types/index.d.ts",
  "exports": {
    ".": {
      "require": "./dist/cjs/index.js",
      "default": "./dist/esm/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chakra-xui/chakra-xui.git"
  },
  "bugs": {
    "url": "https://github.com/chakra-xui/chakra-xui/issues"
  },
  "scripts": {
    "prebuild": "rimraf dist",
    "start": "nodemon --watch src --exec yarn build -e ts,tsx",
    "build": "concurrently yarn:build:*",
    "test": "jest --env=jsdom --passWithNoTests",
    "lint": "concurrently yarn:lint:*",
    "version": "yarn build",
    "build:esm": "cross-env BABEL_ENV=esm babel src --root-mode upward --extensions .ts,.tsx -d dist/esm --source-maps",
    "build:cjs": "cross-env BABEL_ENV=cjs babel src --root-mode upward --extensions .ts,.tsx -d dist/cjs --source-maps",
    "build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types",
    "test:cov": "yarn test --coverage",
    "lint:src": "eslint src --ext .ts,.tsx --config ../../.eslintrc",
    "lint:types": "tsc --noEmit"
  },
  "dependencies": {
    "@chakra-xui/clickable": "1.0.2",
    "@chakra-xui/descendant": "1.0.2",
    "@chakra-xui/hooks": "1.0.2",
    "@chakra-xui/utils": "1.0.2"
  },
  "devDependencies": {
    "@chakra-xui/system": "1.1.0",
    "react": "^17.0.1"
  },
  "peerDependencies": {
    "@chakra-xui/system": ">=1.0.0",
    "react": "16.x || 17.x"
  }
}
