diff --git a/.gitignore b/.gitignore index f15eef951..d84eab43f 100644 --- a/.gitignore +++ b/.gitignore @@ -29,7 +29,7 @@ TODO.md # working stuff _SS/ .vscode/launch.json -db.json .eslintrc.json -db.json db backup.json +server/src/data/db.json +server/src/models/db.json diff --git a/client/package.json b/client/package.json index 661b9195b..7f6b0a7c8 100644 --- a/client/package.json +++ b/client/package.json @@ -3,27 +3,26 @@ "version": "0.1.0", "private": true, "dependencies": { - "@chakra-ui/react": "^1.4.1", - "@emotion/react": "^11", - "@emotion/styled": "^11", + "@chakra-ui/react": "^1.6.10", + "@emotion/react": "^11.5.0", + "@emotion/styled": "^11.3.0", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", "axios": "^0.21.1", - "date-fns": "^2.20.1", "framer-motion": "^4.1.6", "jotai": "^0.16.5", "react": "^17.0.1", "react-beautiful-dnd": "^13.1.0", "react-dom": "^17.0.1", "react-fast-compare": "^3.2.0", - "react-icons": "^4.2.0", - "react-qr-code": "^1.1.1", + "react-icons": "^4.3.1", + "react-qr-code": "^2.0.2", "react-query": "^3.13.5", "react-router": "^5.2.0", "react-router-dom": "^5.2.0", "react-scripts": "4.0.3", - "socket.io-client": "^4.0.1", + "socket.io-client": "^4.3.2", "tinykeys": "^1.1.2", "typeface-open-sans": "^1.1.13", "web-vitals": "^1.0.1" diff --git a/client/public/index.html b/client/public/index.html index 2d5dc5720..f5adcfe95 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -5,14 +5,21 @@ - + - - - + + +