add react-icons

This commit is contained in:
AykutSarac 2022-02-02 18:47:40 +03:00
parent 8ea665a41b
commit 1947919f2a
2 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{
"name": "json-visio-next",
"private": true,
"version": "v1.0.0-beta",
"scripts": {
"dev": "next dev",
"build": "next build",
@ -13,6 +14,7 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"react-flow-renderer": "^9.7.3",
"react-icons": "^4.3.1",
"react-json-editor-ajrm": "^2.5.13",
"styled-components": "^5.3.3",
"usehooks-ts": "^2.3.0",

View File

@ -1764,6 +1764,11 @@ react-flow-renderer@^9.7.3:
react-redux "^7.2.6"
redux "^4.1.2"
react-icons@^4.3.1:
version "4.3.1"
resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-4.3.1.tgz#2fa92aebbbc71f43d2db2ed1aed07361124e91ca"
integrity sha512-cB10MXLTs3gVuXimblAdI71jrJx8njrJZmNMEMC+sQu5B/BIOmlsAjskdqpn81y8UBVEGuHODd7/ci5DvoSzTQ==
react-is@^16.13.1, react-is@^16.7.0:
version "16.13.1"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"