Added searchable select library

This commit is contained in:
2023-05-17 10:42:26 +03:00
parent acff0ba187
commit 6f80c3c3ba
2 changed files with 83 additions and 3 deletions

View File

@ -4,7 +4,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev": "vite --host 0.0.0.0",
"build": "vite build",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
@ -14,6 +14,7 @@
"leaflet": "^1.9.3",
"react": "^18.2.0",
"react-bootstrap": "^2.7.4",
"react-bootstrap-typeahead": "^6.1.2",
"react-dom": "^18.2.0",
"react-insta-stories": "^2.5.9",
"react-leaflet": "^4.2.1",