mirror of
https://github.com/TurTaskProject/TurTaskWeb.git
synced 2025-12-18 21:44:07 +01:00
Installing necessary modules for dashboard.
This commit is contained in:
parent
60464b9dc0
commit
e39b7c52d8
@ -21,6 +21,7 @@
|
||||
"@fullcalendar/interaction": "^6.1.9",
|
||||
"@fullcalendar/react": "^6.1.9",
|
||||
"@fullcalendar/timegrid": "^6.1.9",
|
||||
"@heroicons/react": "1.0.6",
|
||||
"@mui/icons-material": "^5.14.16",
|
||||
"@mui/material": "^5.14.17",
|
||||
"@mui/system": "^5.14.17",
|
||||
|
||||
@ -38,6 +38,9 @@ dependencies:
|
||||
'@fullcalendar/timegrid':
|
||||
specifier: ^6.1.9
|
||||
version: 6.1.9(@fullcalendar/core@6.1.9)
|
||||
'@heroicons/react':
|
||||
specifier: 1.0.6
|
||||
version: 1.0.6(react@18.2.0)
|
||||
'@mui/icons-material':
|
||||
specifier: ^5.14.16
|
||||
version: 5.14.18(@mui/material@5.14.18)(@types/react@18.2.37)(react@18.2.0)
|
||||
@ -916,6 +919,14 @@ packages:
|
||||
tailwindcss: 3.3.5
|
||||
dev: false
|
||||
|
||||
/@heroicons/react@1.0.6(react@18.2.0):
|
||||
resolution: {integrity: sha512-JJCXydOFWMDpCP4q13iEplA503MQO3xLoZiKum+955ZCtHINWnx26CUxVxxFQu/uLb4LW3ge15ZpzIkXKkJ8oQ==}
|
||||
peerDependencies:
|
||||
react: '>= 16'
|
||||
dependencies:
|
||||
react: 18.2.0
|
||||
dev: false
|
||||
|
||||
/@humanwhocodes/config-array@0.11.13:
|
||||
resolution: {integrity: sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==}
|
||||
engines: {node: '>=10.10.0'}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user