added autocomplete search

This commit is contained in:
2021-08-11 14:28:51 +01:00
parent f293a53755
commit 27a5c0da29
7 changed files with 249 additions and 48 deletions
+3 -2
View File
@@ -30,6 +30,7 @@
"pm2": "^5.1.0",
"react": "17.0.2",
"react-accessible-accordion": "^3.3.5",
"react-autosuggest": "^10.1.0",
"react-cookie-consent": "^6.2.4",
"react-datepicker": "^4.1.1",
"react-dom": "17.0.2",
@@ -40,7 +41,7 @@
"redux-form": "^8.3.7",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"sass": "^1.35.1",
"sass": "1.32",
"sass-loader": "^12.1.0",
"swr": "^0.5.6",
"webpack": "^5.40.0",
@@ -54,4 +55,4 @@
"eslint-config-next": "^11.0.1",
"prettier": "2.3.2"
}
}
}