chore: add antd deps

This commit is contained in:
Vladislav Syrochkin 2025-04-16 13:14:02 +05:00
parent b2f65ba21f
commit 8276b77c18
2 changed files with 1088 additions and 2 deletions

1087
client/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,7 @@
"version": "0.0.1",
"private": true,
"dependencies": {
"@ant-design/icons": "^5.6.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
@ -11,8 +12,10 @@
"@types/node": "^16.18.126",
"@types/react": "^19.0.11",
"@types/react-dom": "^19.0.4",
"antd": "^5.24.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^7.5.0",
"react-scripts": "5.0.1",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"