notification base

This commit is contained in:
hamid zarghami
2025-12-20 09:49:23 +03:30
parent 694eda70af
commit 24cce65444
8 changed files with 295 additions and 1 deletions
+22
View File
@@ -25,6 +25,7 @@
"react-dom": "^19.1.1",
"react-dropzone": "^14.3.8",
"react-i18next": "^15.7.2",
"react-infinite-scroll-component": "^6.1.1",
"react-leaflet": "^5.0.0-rc.2",
"react-loading-skeleton": "^3.5.0",
"react-multi-date-picker": "^4.5.2",
@@ -4727,6 +4728,18 @@
}
}
},
"node_modules/react-infinite-scroll-component": {
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/react-infinite-scroll-component/-/react-infinite-scroll-component-6.1.1.tgz",
"integrity": "sha512-R8YoOyiNDynSWmfVme5LHslsKrP+/xcRUWR2ies8UgUab9dtyw5ECnMCVPPmnmjjF4MWQmfVdRwRWcWaDgeyMA==",
"license": "MIT",
"dependencies": {
"throttle-debounce": "^2.1.0"
},
"peerDependencies": {
"react": ">=16.0.0"
}
},
"node_modules/react-is": {
"version": "18.3.1",
"resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
@@ -5157,6 +5170,15 @@
"node": ">=18"
}
},
"node_modules/throttle-debounce": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-2.3.0.tgz",
"integrity": "sha512-H7oLPV0P7+jgvrk+6mwwwBDmxTaxnu9HMXmloNLXwnNO0ZxZ31Orah2n8lU1eMPvsaowP2CX+USCgyovXfdOFQ==",
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/tiny-case": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/tiny-case/-/tiny-case-1.0.3.tgz",