diff --git a/client/package.json b/client/package.json index 893929c..87d6667 100644 --- a/client/package.json +++ b/client/package.json @@ -33,6 +33,7 @@ "lucide-react": "^0.447.0", "react": "^18.3.1", "react-dom": "^18.3.1", + "react-toastify": "^10.0.6", "serve-handler": "^6.1.6", "tailwind-merge": "^2.5.3", "tailwindcss-animate": "^1.0.7", diff --git a/package-lock.json b/package-lock.json index 7644a28..3d7cef7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,6 +39,7 @@ "lucide-react": "^0.447.0", "react": "^18.3.1", "react-dom": "^18.3.1", + "react-toastify": "^10.0.6", "serve-handler": "^6.1.6", "tailwind-merge": "^2.5.3", "tailwindcss-animate": "^1.0.7", @@ -4676,6 +4677,18 @@ } } }, + "node_modules/react-toastify": { + "version": "10.0.6", + "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-10.0.6.tgz", + "integrity": "sha512-yYjp+omCDf9lhZcrZHKbSq7YMuK0zcYkDFTzfRFgTXkTFHZ1ToxwAonzA4JI5CxA91JpjFLmwEsZEgfYfOqI1A==", + "dependencies": { + "clsx": "^2.1.0" + }, + "peerDependencies": { + "react": ">=18", + "react-dom": ">=18" + } + }, "node_modules/read-cache": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",