MUI update

This commit is contained in:
2022-05-06 00:49:23 +02:00
parent 053bb884d4
commit 018b208835
18 changed files with 1726 additions and 680 deletions

View File

@@ -18,22 +18,30 @@
"author": "marcobaobao",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.6.2",
"@mui/material": "^5.6.4",
"@reduxjs/toolkit": "^1.8.1",
"@types/react-router-dom": "^5.3.3",
"babel-plugin-dev-expression": "^0.2.3",
"better-sqlite3": "^7.4.5",
"react": "^17.0.2",
"react-bootstrap": "2.0.2",
"react-bootstrap-icons": "^1.7.2",
"react-dom": "^17.0.2",
"react-redux": "^8.0.1",
"react-router-dom": "^6.3.0",
"rxjs": "^7.4.0",
"socket.io": "^4.3.2",
"socket.io-client": "^4.3.2",
"uuid": "^8.3.2"
"uuid": "^8.3.2",
"vite": "^2.9.8"
},
"devDependencies": {
"@parcel/transformer-yaml": "^2.2.1",
"parcel": "^2.0.1",
"typescript": "^4.5.2",
"@parcel/transformer-yaml": "^2.5.0",
"@types/better-sqlite3": "^7.4.2",
"@types/node": "^17.0.13",
"@types/uuid": "^8.3.4"
"@types/uuid": "^8.3.4",
"parcel": "^2.5.0",
"typescript": "^4.5.2"
}
}