UNPKG

@zeptonow/input-typeahead

Version:

An input typeahead component for react applications, convert any input into a typeahead with a dropdown of suggestions.

111 lines (110 loc) 2.73 kB
{ "name": "@zeptonow/input-typeahead", "private": false, "description": "An input typeahead component for react applications, convert any input into a typeahead with a dropdown of suggestions.", "author": { "name": "ZeptoNow", "url": "https://zeptonow.com" }, "repository": { "type": "git", "url": "https://github.com/zeptonow/input-typeahead.git" }, "publishConfig": { "access": "public" }, "license": "MIT", "version": "1.3.1", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview", "lint-staged": "lint-staged", "husky-install": "husky install", "prepare": "husky && tsup", "commitlint": "commitlint", "build:package": "tsup", "typecheck": "tsc --noEmit" }, "peerDependencies": { "@types/react": "*", "@types/react-dom": "*", "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc", "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" }, "exports": { ".": { "types": "./dist/index.d.ts", "module": "./dist/index.js", "main": "./dist/index.cjs" } }, "files": [ "dist" ], "keywords": [ "react", "typeahead", "input", "dropdown", "suggestions", "search", "autocomplete", "zeptonow", "zepto", "zepto-input-typeahead", "zepto-input-typeahead-react", "zepto-input-typeahead-react-component", "zepto-input-typeahead-react-component-library", "zepto-input-typeahead-react-component-library-package" ], "commitlint": { "extends": [ "@commitlint/config-conventional" ], "rules": { "body-max-line-length": [ 2, "always", 100 ], "subject-case": [ 2, "never", [ "sentence-case", "start-case", "pascal-case", "upper-case" ] ] } }, "devDependencies": { "@commitlint/cli": "^19.8.0", "@commitlint/config-conventional": "^19.8.0", "@eslint/js": "^9.21.0", "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@types/react": "^19.0.10", "@types/react-dom": "^19.0.4", "@vitejs/plugin-react": "^4.3.4", "eslint": "^9.21.0", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^15.15.0", "husky": "^9.1.7", "lint-staged": "^15.5.1", "prettier": "^3.5.3", "semantic-release": "^24.2.3", "tsc-files": "^1.1.4", "tsup": "^8.4.0", "typescript": "~5.7.2", "typescript-eslint": "^8.24.1", "vite": "^6.2.0", "react": "^19.0.0", "react-dom": "^19.0.0" } }