reactjs-input-search
Version:
search input with suggestion
33 lines (32 loc) • 723 B
JSON
{
"name": "reactjs-input-search",
"version": "1.2.4",
"description": "search input with suggestion",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/rishabh572000/reactjs-input-search.git"
},
"scripts": {
"build": "babel src --out-dir dist --copy-files",
"prepare": "npm run build"
},
"keywords": [
"react",
"next.js",
"input search",
"input suggestion",
"search suggestion"
],
"author": "Rishabh Kumar",
"license": "ISC",
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.7",
"@babel/preset-react": "^7.24.7"
}
}