j-react-search-autocomplete
Version:
A search box for React
87 lines (86 loc) • 2.35 kB
JSON
{
"name": "j-react-search-autocomplete",
"author": "Reale Roberto Josef Antonio",
"license": "MIT",
"version": "6.1.17",
"description": "A search box for React",
"main": "dist/index.js",
"scripts": {
"test": "jest --verbose --runInBand",
"coverage": "jest --coverage",
"deploy": "yarn build && npm publish",
"build": "rm -rf ./dist && tsc --emitDeclarationOnly && babel src --out-dir dist --extensions '.ts,.tsx,.js' --ignore /**/*.test.tsx",
"build-watch": "rm -rf ./dist && tsc --emitDeclarationOnly && babel --watch src --out-dir dist --extensions '.ts,.tsx,.js' --ignore /**/*.test.tsx",
"typecheck": "tsc --noEmit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JBLeung/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"
]
},
"jest": {
"setupFiles": [
"jest-localstorage-mock"
]
},
"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",
"react-dom": "^17.0.2 || ^16.0.2"
},
"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.24",
"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": "^16.14.0"
},
"files": [
"dist/*"
]
}