|
@@ -30,6 +30,7 @@
|
|
|
"redux-thunk": "^2.4.1",
|
|
|
"sass": "^1.53.0",
|
|
|
"socket.io-client": "^4.4.1",
|
|
|
+ "use-sound": "^4.0.1",
|
|
|
"uuid": "^8.3.2",
|
|
|
"web-vitals": "^2.1.3"
|
|
|
},
|
|
@@ -8536,6 +8537,11 @@
|
|
|
"node": ">= 6.0.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/howler": {
|
|
|
+ "version": "2.2.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/howler/-/howler-2.2.3.tgz",
|
|
|
+ "integrity": "sha512-QM0FFkw0LRX1PR8pNzJVAY25JhIWvbKMBFM4gqk+QdV+kPXOhleWGCB6AiAF/goGjIHK2e/nIElplvjQwhr0jg=="
|
|
|
+ },
|
|
|
"node_modules/hpack.js": {
|
|
|
"version": "2.1.6",
|
|
|
"resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz",
|
|
@@ -15853,6 +15859,17 @@
|
|
|
"punycode": "^2.1.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/use-sound": {
|
|
|
+ "version": "4.0.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/use-sound/-/use-sound-4.0.1.tgz",
|
|
|
+ "integrity": "sha512-hykJ86kNcu6y/FzlSHcQxhjSGMslZx2WlfLpZNoPbvueakv4OF3xPxEtGV2YmculrIaH0tPp9LtG4jgy17xMWg==",
|
|
|
+ "dependencies": {
|
|
|
+ "howler": "^2.1.3"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "react": ">=16.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/use-sync-external-store": {
|
|
|
"version": "1.2.0",
|
|
|
"resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz",
|
|
@@ -23052,6 +23069,11 @@
|
|
|
"resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz",
|
|
|
"integrity": "sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ=="
|
|
|
},
|
|
|
+ "howler": {
|
|
|
+ "version": "2.2.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/howler/-/howler-2.2.3.tgz",
|
|
|
+ "integrity": "sha512-QM0FFkw0LRX1PR8pNzJVAY25JhIWvbKMBFM4gqk+QdV+kPXOhleWGCB6AiAF/goGjIHK2e/nIElplvjQwhr0jg=="
|
|
|
+ },
|
|
|
"hpack.js": {
|
|
|
"version": "2.1.6",
|
|
|
"resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz",
|
|
@@ -28228,6 +28250,14 @@
|
|
|
"punycode": "^2.1.0"
|
|
|
}
|
|
|
},
|
|
|
+ "use-sound": {
|
|
|
+ "version": "4.0.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/use-sound/-/use-sound-4.0.1.tgz",
|
|
|
+ "integrity": "sha512-hykJ86kNcu6y/FzlSHcQxhjSGMslZx2WlfLpZNoPbvueakv4OF3xPxEtGV2YmculrIaH0tPp9LtG4jgy17xMWg==",
|
|
|
+ "requires": {
|
|
|
+ "howler": "^2.1.3"
|
|
|
+ }
|
|
|
+ },
|
|
|
"use-sync-external-store": {
|
|
|
"version": "1.2.0",
|
|
|
"resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz",
|