feat: add react-icons dependency

This commit is contained in:
Melvin Ragusa
2026-01-21 23:05:35 +01:00
parent eccc359782
commit b63b9d64f8
3 changed files with 1814 additions and 0 deletions

10
package-lock.json generated
View File

@@ -15,6 +15,7 @@
"motion": "^12.28.1", "motion": "^12.28.1",
"react": "^19.2.3", "react": "^19.2.3",
"react-dom": "^19.2.3", "react-dom": "^19.2.3",
"react-icons": "^5.5.0",
"react-router-dom": "^7.12.0", "react-router-dom": "^7.12.0",
"three": "^0.182.0" "three": "^0.182.0"
}, },
@@ -2123,6 +2124,15 @@
"react": "^19.2.3" "react": "^19.2.3"
} }
}, },
"node_modules/react-icons": {
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.5.0.tgz",
"integrity": "sha512-MEFcXdkP3dLo8uumGI5xN3lDFNsRtrjbOEKDLD7yv76v4wpnEq2Lt2qeHaQOr34I/wPN3s3+N08WkQ+CW37Xiw==",
"license": "MIT",
"peerDependencies": {
"react": "*"
}
},
"node_modules/react-refresh": { "node_modules/react-refresh": {
"version": "0.18.0", "version": "0.18.0",
"resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.18.0.tgz", "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.18.0.tgz",

View File

@@ -21,6 +21,7 @@
"motion": "^12.28.1", "motion": "^12.28.1",
"react": "^19.2.3", "react": "^19.2.3",
"react-dom": "^19.2.3", "react-dom": "^19.2.3",
"react-icons": "^5.5.0",
"react-router-dom": "^7.12.0", "react-router-dom": "^7.12.0",
"three": "^0.182.0" "three": "^0.182.0"
}, },

1803
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff