mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
add react-icons
This commit is contained in:
parent
8ea665a41b
commit
1947919f2a
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "json-visio-next",
|
"name": "json-visio-next",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"version": "v1.0.0-beta",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
@ -13,6 +14,7 @@
|
|||||||
"react": "17.0.2",
|
"react": "17.0.2",
|
||||||
"react-dom": "17.0.2",
|
"react-dom": "17.0.2",
|
||||||
"react-flow-renderer": "^9.7.3",
|
"react-flow-renderer": "^9.7.3",
|
||||||
|
"react-icons": "^4.3.1",
|
||||||
"react-json-editor-ajrm": "^2.5.13",
|
"react-json-editor-ajrm": "^2.5.13",
|
||||||
"styled-components": "^5.3.3",
|
"styled-components": "^5.3.3",
|
||||||
"usehooks-ts": "^2.3.0",
|
"usehooks-ts": "^2.3.0",
|
||||||
|
@ -1764,6 +1764,11 @@ react-flow-renderer@^9.7.3:
|
|||||||
react-redux "^7.2.6"
|
react-redux "^7.2.6"
|
||||||
redux "^4.1.2"
|
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:
|
react-is@^16.13.1, react-is@^16.7.0:
|
||||||
version "16.13.1"
|
version "16.13.1"
|
||||||
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
|
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user