{
  "name": "@headless-react/shared",
  "description": "Headless React components using react-stately and react-aria",
  "version": "0.0.16",
  "source": "src/index.ts",
  "main": "lib/index.cjs.js",
  "module": "lib/index.es.js",
  "types": "lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/so99ynoodles/headless-react"
  },
  "files": [
    "lib",
    "src"
  ],
  "scripts": {
    "test": "jest",
    "typecheck": "tsc --noEmit",
    "build": "rollup -c --environment BUILD:production",
    "build:npm": "yarn build",
    "build:watch": "yarn build:npm -w --watch.include './src/**'",
    "clean": "rm -rf ./lib ./tsconfig.tsbuildinfo .rollup.cache"
  },
  "keywords": [
    "react",
    "react-aria",
    "react-stately"
  ],
  "license": "Apache-2.0",
  "devDependencies": {
    "@types/react": "^18.0.14"
  },
  "peerDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "tslib": "^2.3.1"
  },
  "dependencies": {
    "@react-aria/button": "^3.5.1",
    "@react-aria/focus": "^3.6.1",
    "@react-aria/interactions": "^3.9.1",
    "@react-aria/listbox": "^3.5.1",
    "@react-aria/overlays": "^3.9.1",
    "@react-aria/select": "^3.7.1",
    "@react-aria/utils": "^3.13.1",
    "@react-aria/visually-hidden": "^3.3.1",
    "@react-stately/collections": "^3.4.1",
    "@react-stately/select": "^3.2.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "ae22b2beef98be9e556f5a7750e02593acf4a644"
}
