fixing getting room photos, reworking how routing works, added jotai for state management

This commit is contained in:
2022-03-27 22:48:06 -04:00
parent 6ced49f5cd
commit 02a9c6c99c
9 changed files with 5425 additions and 9914 deletions

View File

@@ -3,25 +3,26 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@mantine/core": "^3.3.5",
"@mantine/dates": "^3.3.5",
"@mantine/dropzone": "^3.3.5",
"@mantine/hooks": "^3.3.5",
"@mantine/notifications": "^3.3.5",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@mantine/core": "^4.0.9",
"@mantine/dates": "^4.0.9",
"@mantine/dropzone": "^4.0.9",
"@mantine/hooks": "^4.0.9",
"@mantine/notifications": "^4.0.9",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"base-64": "^1.0.0",
"dayjs": "^1.10.7",
"npm-check-updates": "^12.0.3",
"dayjs": "^1.11.0",
"jotai": "^1.6.1",
"npm-check-updates": "^12.5.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-jss": "^10.9.0",
"react-router": "^6.2.1",
"react-router-dom": "^6.2.1",
"react-scripts": "4.0.3",
"web-vitals": "^2.1.2"
"react-router": "^6.2.2",
"react-router-dom": "^6.2.2",
"react-scripts": "5.0.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",