diff --git a/client/package-lock.json b/client/package-lock.json index 0e10b799..f3abf503 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -20,6 +20,7 @@ "framer-motion": "^12.23.26", "jspdf": "^3.0.4", "lottie-react": "^2.4.1", + "lucide-react": "^1.23.0", "react": "^19.2.0", "react-dom": "^19.2.0", "react-icons": "^5.6.0", @@ -3647,6 +3648,15 @@ "yallist": "^3.0.2" } }, + "node_modules/lucide-react": { + "version": "1.23.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-1.23.0.tgz", + "integrity": "sha512-38BpJcD0JhFosxHApP/BYsBetLpQFRoTRzEzstM/XCc3jsAG7wqaY1lgVwxiUe3xqYE+lNxo2PkCmYwXWrwwIw==", + "license": "ISC", + "peerDependencies": { + "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" + } + }, "node_modules/magic-string": { "version": "0.30.21", "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.21.tgz", diff --git a/client/package.json b/client/package.json index 76d5d588..4c9ddb88 100644 --- a/client/package.json +++ b/client/package.json @@ -22,6 +22,7 @@ "framer-motion": "^12.23.26", "jspdf": "^3.0.4", "lottie-react": "^2.4.1", + "lucide-react": "^1.23.0", "react": "^19.2.0", "react-dom": "^19.2.0", "react-icons": "^5.6.0",