initial commit with new table code

This commit is contained in:
Proddy
2022-04-14 11:44:01 +02:00
parent fdefd02812
commit 2a4288e11d
5 changed files with 1020 additions and 654 deletions

View File

@@ -7,10 +7,11 @@
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@msgpack/msgpack": "^2.7.2",
"@mui/icons-material": "^5.6.0",
"@mui/material": "^5.6.0",
"@mui/icons-material": "^5.6.1",
"@mui/material": "^5.6.1",
"@table-library/react-table-library": "^2.0.32",
"@types/lodash": "^4.14.181",
"@types/node": "^17.0.23",
"@types/node": "^17.0.24",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/react-router-dom": "^5.3.3",
@@ -19,15 +20,15 @@
"http-proxy-middleware": "^2.0.4",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"notistack": "^2.0.3",
"notistack": "^2.0.4",
"parse-ms": "^3.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-app-rewired": "^2.2.1",
"react-dropzone": "^12.0.4",
"react-dom": "^17.0.2",
"react-dropzone": "^12.0.5",
"react-icons": "^4.3.1",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.0",
"react-scripts": "5.0.1",
"sockette": "^2.0.6",
"typescript": "^4.6.3"
},