refactor: add package for icons

This commit is contained in:
Andrea
2022-11-08 17:43:03 +01:00
parent e66eb1fdc8
commit 9b551513f4
12 changed files with 60 additions and 62 deletions

17
package-lock.json generated
View File

@@ -10,7 +10,8 @@
"@remix-run/react": "^1.6.7",
"@remix-run/serve": "^1.6.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"react-icons": "^4.6.0"
},
"devDependencies": {
"@remix-run/dev": "^1.6.3",
@@ -10762,6 +10763,14 @@
"react": "^18.2.0"
}
},
"node_modules/react-icons": {
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.6.0.tgz",
"integrity": "sha512-rR/L9m9340yO8yv1QT1QurxWQvWpbNHqVX0fzMln2HEb9TEIrQRGsqiNFQfiv9/JEUbyHmHPlNTB2LWm2Ttz0g==",
"peerDependencies": {
"react": "*"
}
},
"node_modules/react-is": {
"version": "17.0.2",
"resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
@@ -21217,6 +21226,12 @@
"scheduler": "^0.23.0"
}
},
"react-icons": {
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.6.0.tgz",
"integrity": "sha512-rR/L9m9340yO8yv1QT1QurxWQvWpbNHqVX0fzMln2HEb9TEIrQRGsqiNFQfiv9/JEUbyHmHPlNTB2LWm2Ttz0g==",
"requires": {}
},
"react-is": {
"version": "17.0.2",
"resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",