@fisherwise/react-autocomplete-hint
Version:
A React component for Autocomplete hint
81 lines • 2.18 kB
JSON
{
"name": "@fisherwise/react-autocomplete-hint",
"version": "2.1.6",
"description": "A React component for Autocomplete hint",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"files": [
"dist/src/index.js",
"dist/src/index.d.ts",
"dist/src/utils.js",
"dist/src/utils.d.ts"
],
"scripts": {
"build": "webpack",
"start:dev": "webpack-dev-server --open",
"start": "npm run build && npm run start:dev",
"test": "npx jest --watch",
"coverage": "npx jest --coverage",
"prepublishOnly": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/haode333/react-autocomplete-hint.git"
},
"author": "Ejenavi Mudiaga",
"license": "MIT",
"bugs": {
"url": "https://github.com/haode333/react-autocomplete-hint/issues"
},
"homepage": "https://github.com/haode333/react-autocomplete-hint#readme",
"devDependencies": {
"@testing-library/dom": "^9.3.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.1",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"css-loader": "^6.7.4",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-test-renderer": "^18.2.0",
"sass": "^1.62.1",
"sass-loader": "^13.3.0",
"style-loader": "^3.3.3",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.3",
"typescript": "^5.0.4",
"webpack": "^5.84.1",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.15.0"
},
"keywords": [
"autocomplete",
"autosuggest",
"typeahead",
"lookahead",
"auto complete",
"auto suggest",
"auto-complete",
"auto-suggest",
"react",
"react autocomplete",
"react autosuggest",
"react typeahead",
"react-typeahead",
"react-autocomplete",
"react-autosuggest",
"react hint",
"react-hint",
"input hint",
"react input hint",
"react-input-hint",
"react-input-typeahead",
"react-typeahead",
"react-lookahead"
]
}