UNPKG

@blinkstrike/chakra-ui-autocomplete

Version:

An accessible autocomplete utility library built for chakra UI

96 lines (95 loc) 2.86 kB
{ "name": "@blinkstrike/chakra-ui-autocomplete", "version": "2.0.0", "description": "An accessible autocomplete utility library built for chakra UI", "author": "BlinkStrike <me@blinkstrike.com>", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "module": "dist/index.js", "source": "src/index.tsx", "engines": { "node": ">=10" }, "scripts": { "start": "tsdx watch", "build": "rimraf dist && tsdx build", "test": "tsdx test", "test:tsc": "tsc --pretty --noEmit", "prepare": "run-s build", "test:build": "run-s build", "test:lint": "eslint ./src --ext ts --ext tsx --fix", "test:unit": "cross-env CI=1 react-scripts test --env=jsdom", "test:watch": "react-scripts test --env=jsdom", "predeploy": "cd example && npm install && npm run build", "deploy": "gh-pages -d example/build" }, "peerDependencies": { "@chakra-ui/react": ">= 1.0.0", "framer-motion": ">= 2.9.4", "react": ">= 16.8.1" }, "devDependencies": { "@chakra-ui/react": "^2.8.2", "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.5.0", "@testing-library/user-event": "^7.2.1", "@types/jest": "^25.1.4", "@types/match-sorter": "^4.0.0", "@types/node": "^20.10.3", "@types/react": "^18.2.42", "@types/react-dom": "^18.2.17", "@types/react-highlight-words": "^0.16.7", "@types/react-test-renderer": "^16.9.3", "@typescript-eslint/eslint-plugin": "^2.26.0", "@typescript-eslint/parser": "^2.26.0", "cross-env": "^7.0.3", "eslint": "^8.55.0", "eslint-config-prettier": "^6.7.0", "eslint-config-standard": "^17.1.0", "eslint-plugin-import": "^2.29.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^5.0.1", "eslint-plugin-react": "^7.33.2", "framer-motion": "^10.16.14", "gh-pages": "^2.2.0", "npm-run-all": "^4.1.5", "prettier": "^3.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "^4.0.3", "react-test-renderer": "^17.0.1", "rimraf": "^5.0.5 ", "tsdx": "^0.14.1", "tslib": "^2.6.2", "typescript": "^5.3.2" }, "files": [ "dist" ], "publishConfig": { "access": "public" }, "keywords": [ "Chakra UI", "downshift", "autocomplete", "combobox", "react", "chakra-ui", "multiselect-chakra-ui" ], "repository": { "type": "git", "url": "git+https://github.com/blinkstrike/chakra-ui-autocomplete.git" }, "dependencies": { "@chakra-ui/icons": "^2.1.1", "downshift": "^8.2.3", "match-sorter": "^6.3.1", "react-highlight-words": "^0.20.0", "react-use": "^17.4.2" } }