|
|
|
@ -19,31 +19,31 @@
|
|
|
|
|
"@mantine/hooks": "^6.0.21",
|
|
|
|
|
"@mantine/modals": "^6.0.21",
|
|
|
|
|
"@mantine/notifications": "^6.0.21",
|
|
|
|
|
"axios": "^1.6.7",
|
|
|
|
|
"axios": "^1.6.8",
|
|
|
|
|
"react": "^18.2.0",
|
|
|
|
|
"react-dom": "^18.2.0",
|
|
|
|
|
"react-query": "^3.39.3",
|
|
|
|
|
"react-router-dom": "^6.22.3",
|
|
|
|
|
"socket.io-client": "^4.7.4"
|
|
|
|
|
"socket.io-client": "^4.7.5"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@fontsource/roboto": "^5.0.12",
|
|
|
|
|
"@fortawesome/fontawesome-svg-core": "^6.5.1",
|
|
|
|
|
"@fortawesome/free-brands-svg-icons": "^6.5.1",
|
|
|
|
|
"@fortawesome/free-regular-svg-icons": "^6.5.1",
|
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^6.5.1",
|
|
|
|
|
"@fortawesome/fontawesome-svg-core": "^6.5.2",
|
|
|
|
|
"@fortawesome/free-brands-svg-icons": "^6.5.2",
|
|
|
|
|
"@fortawesome/free-regular-svg-icons": "^6.5.2",
|
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^6.5.2",
|
|
|
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
|
|
|
"@testing-library/jest-dom": "^6.4.2",
|
|
|
|
|
"@testing-library/react": "^14.2.1",
|
|
|
|
|
"@testing-library/react": "^14.3.0",
|
|
|
|
|
"@testing-library/user-event": "^14.5.2",
|
|
|
|
|
"@types/jest": "^29.5.12",
|
|
|
|
|
"@types/lodash": "^4.17.0",
|
|
|
|
|
"@types/node": "^20.11.29",
|
|
|
|
|
"@types/react": "^18.2.70",
|
|
|
|
|
"@types/react-dom": "^18.2.21",
|
|
|
|
|
"@types/react-table": "^7.7.19",
|
|
|
|
|
"@types/node": "^20.12.6",
|
|
|
|
|
"@types/react": "^18.2.75",
|
|
|
|
|
"@types/react-dom": "^18.2.24",
|
|
|
|
|
"@types/react-table": "^7.7.20",
|
|
|
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
|
|
|
"@vitest/coverage-v8": "^1.3.1",
|
|
|
|
|
"@vitest/coverage-v8": "^1.4.0",
|
|
|
|
|
"@vitest/ui": "^1.2.2",
|
|
|
|
|
"clsx": "^2.1.0",
|
|
|
|
|
"eslint": "^8.57.0",
|
|
|
|
@ -58,10 +58,10 @@
|
|
|
|
|
"prettier-plugin-organize-imports": "^3.2.4",
|
|
|
|
|
"pretty-quick": "^4.0.0",
|
|
|
|
|
"react-table": "^7.8.0",
|
|
|
|
|
"recharts": "^2.12.3",
|
|
|
|
|
"sass": "^1.71.1",
|
|
|
|
|
"typescript": "^5.4.2",
|
|
|
|
|
"vite": "^5.1.6",
|
|
|
|
|
"recharts": "^2.12.4",
|
|
|
|
|
"sass": "^1.74.1",
|
|
|
|
|
"typescript": "^5.4.4",
|
|
|
|
|
"vite": "^5.2.8",
|
|
|
|
|
"vite-plugin-checker": "^0.6.4",
|
|
|
|
|
"vitest": "^1.2.2",
|
|
|
|
|
"yaml": "^2.4.1"
|
|
|
|
|