added stuck sell order table

This commit is contained in:
2025-05-09 13:50:31 +03:00
parent e0ab3846d7
commit 733c49e33c
9 changed files with 454 additions and 216 deletions

10
package-lock.json generated
View File

@@ -28,6 +28,7 @@
"react-qr-code": "^2.0.15",
"react-router-dom": "^6.23.0",
"react-toastify": "^10.0.5",
"react-virtuoso": "^4.12.7",
"sass": "^1.76.0",
"short-unique-id": "^5.2.0",
"socket.io-client": "^4.7.5"
@@ -6846,6 +6847,15 @@
"react-dom": ">=16.6.0"
}
},
"node_modules/react-virtuoso": {
"version": "4.12.7",
"resolved": "https://registry.npmjs.org/react-virtuoso/-/react-virtuoso-4.12.7.tgz",
"integrity": "sha512-njJp764he6Fi1p89PUW0k2kbyWu9w/y+MwdxmwK2kvdwwzVDbz2c2wMj5xdSruBFVgFTsI7Z85hxZR7aSHBrbQ==",
"peerDependencies": {
"react": ">=16 || >=17 || >= 18 || >= 19",
"react-dom": ">=16 || >=17 || >= 18 || >=19"
}
},
"node_modules/readdirp": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",