diff --git a/bun.lock b/bun.lock index 1e1d8c2..99d8f81 100644 --- a/bun.lock +++ b/bun.lock @@ -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=="], diff --git a/package.json b/package.json index d297db8..d8058b0 100644 --- a/package.json +++ b/package.json @@ -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",