{
    "name": "@acusti/dropdown",
    "version": "0.38.7",
    "type": "module",
    "sideEffects": false,
    "exports": "./dist/Dropdown.js",
    "main": "./dist/Dropdown.js",
    "types": "./dist/Dropdown.d.ts",
    "files": [
        "dist",
        "src"
    ],
    "description": "React component that renders a dropdown with a trigger and supports searching, keyboard access, and more",
    "keywords": [
        "react",
        "react-component",
        "dropdown",
        "menu",
        "combobox",
        "search",
        "typeahead",
        "a11y",
        "accessibility",
        "key-navigation",
        "ssr",
        "typescript",
        "ts",
        "flow"
    ],
    "scripts": {
        "test": "vitest"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/acusti/uikit.git",
        "directory": "packages/dropdown"
    },
    "author": "andrew patton <andrew@acusti.ca> (https://www.acusti.ca)",
    "license": "Unlicense",
    "bugs": {
        "url": "https://github.com/acusti/uikit/issues"
    },
    "homepage": "https://github.com/acusti/uikit/tree/main/packages/dropdown#readme",
    "devDependencies": {
        "@testing-library/dom": "^9.3.1",
        "@testing-library/react": "^14.0.0",
        "@testing-library/user-event": "^14.4.3",
        "@types/react": "^18.2.45",
        "happy-dom": "^12.10.3",
        "react": "^18",
        "react-dom": "^18",
        "typescript": "^5.3.3",
        "vitest": "^1.1.0"
    },
    "dependencies": {
        "@acusti/input-text": "^1.6.2",
        "@acusti/matchmaking": "^0.6.1",
        "@acusti/styling": "^0.7.2",
        "@acusti/use-is-out-of-bounds": "^0.9.0",
        "@acusti/use-keyboard-events": "^0.6.0",
        "clsx": "^2"
    },
    "peerDependencies": {
        "react": "^16.8 || ^17 || ^18",
        "react-dom": "^16.8 || ^17 || ^18"
    }
}
