added dropdown tag selector

This commit is contained in:
Kim, Jimin 2021-09-03 16:32:04 +09:00
parent ace56997f4
commit 9e186e7755
4 changed files with 311 additions and 87 deletions

View file

@ -25,6 +25,7 @@
"@types/elasticlunr": "^0.9.2",
"@types/highlight.js": "^10.1.0",
"@types/react-router-hash-link": "^2.4.1",
"@types/react-select": "^4.0.17",
"date-fns": "^2.23.0",
"elasticlunr": "^0.9.5",
"gray-matter": "^4.0.3",
@ -41,11 +42,14 @@
"react-collapse": "^5.1.0",
"react-date-range": "^1.3.0",
"react-device-detect": "^1.17.0",
"react-dnd": "^14.0.3",
"react-dnd-html5-backend": "^14.0.1",
"react-dom": "^17.0.2",
"react-helmet-async": "^1.0.9",
"react-router-dom": "^5.2.0",
"react-router-hash-link": "^2.4.3",
"react-scripts": "^4.0.3",
"react-select": "^4.3.1",
"react-tooltip": "^4.2.21",
"read-time-estimate": "^0.0.3",
"styled-components": "^5.3.0",