feat: add react-select
This diff is collapsed.
... | ... | @@ -17,6 +17,7 @@ |
"react-dom": "^17.0.0", | ||
"react-leaflet": "^3.2.0", | ||
"react-router-dom": "^5.2.0", | ||
"react-select": "^4.3.1", | ||
"swr": "^0.5.6", | ||
"tailwindcss": "^2.0.3", | ||
"zustand": "^3.5.1" | ||
... | ... | @@ -30,6 +31,7 @@ |
"@types/react": "^17.0.6", | ||
"@types/react-dom": "^17.0.5", | ||
"@types/react-router-dom": "^5.1.7", | ||
"@types/react-select": "^4.0.15", | ||
"@types/snowpack-env": "^2.3.2", | ||
"@typescript-eslint/eslint-plugin": "^4.24.0", | ||
"@typescript-eslint/parser": "^4.24.0", | ||
... | ... |
Please register or sign in to comment