search-suggestion
Version:
Simple, lightweight, flexible search suggestion, autocomplete component
22 lines (21 loc) • 490 B
JSON
{
"name": "with-static-data",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"author":
"David Nguyen <dzungnguyen179@gmail.com> (dzungnguyen179@gmail.com)",
"license": "ISC",
"dependencies": {
"babel-plugin-styled-components": "^1.3.0",
"next": "^4.1.4",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"search-suggestion": "^0.0.6",
"styled-components": "^2.2.3"
}
}