build: add react-icons dependency to package.json

This commit is contained in:
2025-03-20 10:47:14 +01:00
parent 5647574c8e
commit a6b012d6fd
2 changed files with 5 additions and 1 deletions

View File

@ -17,6 +17,7 @@
"astro-icon": "^1.1.5",
"framer-motion": "^12.4.7",
"lenis": "^1.2.3",
"react-icons": "^5.5.0",
},
"devDependencies": {
"@eslint/eslintrc": "^3",
@ -1030,6 +1031,8 @@
"react-dom": ["react-dom@19.0.0", "", { "dependencies": { "scheduler": "^0.25.0" }, "peerDependencies": { "react": "^19.0.0" } }, "sha512-4GV5sHFG0e/0AD4X+ySy6UJd3jVl1iNsNHdpad0qhABJ11twS3TTBnseqsKurKcsNqCEFeGL3uLpVChpIO3QfQ=="],
"react-icons": ["react-icons@5.5.0", "", { "peerDependencies": { "react": "*" } }, "sha512-MEFcXdkP3dLo8uumGI5xN3lDFNsRtrjbOEKDLD7yv76v4wpnEq2Lt2qeHaQOr34I/wPN3s3+N08WkQ+CW37Xiw=="],
"react-refresh": ["react-refresh@0.14.2", "", {}, "sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA=="],
"readdirp": ["readdirp@4.1.2", "", {}, "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg=="],

View File

@ -24,7 +24,8 @@
"astro": "5.5.3",
"astro-icon": "^1.1.5",
"framer-motion": "^12.4.7",
"lenis": "^1.2.3"
"lenis": "^1.2.3",
"react-icons": "^5.5.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",