This commit is contained in:
2024-03-13 18:28:13 +05:00
parent 8f43e95057
commit 63fea5da4b
23 changed files with 5811 additions and 942 deletions
+4 -1
View File
@@ -35,18 +35,21 @@
"react-timer-hook": "^3.0.7",
"react-toastify": "^9.1.3",
"react-transition-group": "^4.4.5",
"socket.io-client": "^4.7.2",
"socket.io-client": "^4.7.4",
"ua-parser-js": "^1.0.35",
"use-clipboard-copy": "^0.2.0",
"usehooks-ts": "^2.9.1",
"uuid": "^9.0.1",
"zustand": "^4.3.9"
},
"devDependencies": {
"@types/node": "^20.11.17",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-input-mask": "^3.0.2",
"@types/react-transition-group": "^4.4.6",
"@types/ua-parser-js": "^0.7.36",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitejs/plugin-react-swc": "^3.0.0",