added tasks page and functionality
This commit is contained in:
parent
b573e10707
commit
2ef22a8bc2
19 changed files with 1992 additions and 15 deletions
|
|
@ -23,6 +23,11 @@
|
|||
"@date-io/moment": "^3.2.0",
|
||||
"@emotion/react": "^11.13.3",
|
||||
"@emotion/styled": "^11.13.0",
|
||||
"@fullcalendar/core": "^6.1.17",
|
||||
"@fullcalendar/daygrid": "^6.1.17",
|
||||
"@fullcalendar/interaction": "^6.1.17",
|
||||
"@fullcalendar/react": "^6.1.17",
|
||||
"@fullcalendar/timegrid": "^6.1.17",
|
||||
"@mapbox/mapbox-gl-draw": "^1.5.0",
|
||||
"@mapbox/mapbox-gl-geocoder": "^5.0.3",
|
||||
"@mui/icons-material": "^6.1.6",
|
||||
|
|
@ -51,6 +56,7 @@
|
|||
"react": "^18.3.1",
|
||||
"react-beautiful-dnd": "^13.1.1",
|
||||
"react-color": "^2.19.3",
|
||||
"react-day-picker": "^9.6.5",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-error-boundary": "^5.0.0",
|
||||
"react-full-screen": "^1.1.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue