Začištění závislostí klienta

This commit is contained in:
2023-09-24 08:15:49 +02:00
parent 00cf8655e5
commit c286bd1778
2 changed files with 58 additions and 349 deletions

View File

@@ -9,9 +9,6 @@
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.23",
"@types/react": "^18.0.33",
@@ -26,8 +23,7 @@
"react-select-search": "^4.1.6",
"react-toastify": "^9.1.3",
"socket.io-client": "^4.6.1",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
"typescript": "^4.9.5"
},
"scripts": {
"copy-types": "cp -r ../types ./src",
@@ -55,6 +51,7 @@
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"prettier": "^2.8.8"
}
}