UNPKG

react-search-autocomplete

Version:
84 lines (83 loc) 2.18 kB
{ "name": "react-search-autocomplete", "author": "Reale Roberto Josef Antonio", "license": "MIT", "version": "8.5.2", "description": "A search box for React", "main": "dist/index.js", "scripts": { "test": "jest --config=jest.config.js --verbose --runInBand ", "coverage": "jest --config=jest.config.js --coverage", "deploy": "yarn build && npm publish", "build": "rm -rf ./dist && tsc", "build-watch": "rm -rf ./dist && tsc --watch", "typecheck": "tsc --noEmit" }, "repository": { "type": "git", "url": "git+https://github.com/sickdyd/react-search-autocomplete.git" }, "keywords": [ "search", "searchbox", "autocomplete", "suggestion", "suggestions", "google", "autosuggest", "autocomplete", "auto suggest", "auto complete", "react autosuggest", "react autocomplete", "react auto suggest", "react auto complete" ], "browserslist": { "production": [ "> 0.2%", "not dead", "not op_mini all", "not ie <= 11" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "bugs": { "url": "https://github.com/sickdyd/react-search-autocomplete/issues" }, "homepage": "https://github.com/sickdyd/react-search-autocomplete#readme", "dependencies": { "fuse.js": "^6.5.3", "styled-components": "^5.3.3" }, "peerDependencies": { "react": "^17.0.2 || ^16.0.2 || ^18.0.0", "react-dom": "^17.0.2 || ^16.0.2 || ^18.0.0" }, "devDependencies": { "@babel/cli": "^7.12.10", "@babel/core": "^7.12.10", "@babel/polyfill": "^7.12.1", "@babel/preset-env": "^7.12.11", "@babel/preset-react": "^7.12.10", "@babel/preset-typescript": "^7.16.7", "@testing-library/jest-dom": "^5.12.0", "@testing-library/react": "^11.2.6", "@types/styled-components": "^5.1.26", "babel-minify": "^0.5.1", "jest": "^27.5.1", "jest-localstorage-mock": "^2.4.6", "react": "^17.0.2", "react-dom": "^17.0.2", "react-test-renderer": "^17.0.2", "typescript": "^4.9.3" }, "files": [ "dist/*", "index.d.ts" ] }