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

@ -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",