This repository has been archived by the owner on Dec 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
43 lines (43 loc) · 1.59 KB
/
package-lock.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"@fullcalendar/common": {
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/common/-/common-5.4.0.tgz",
"integrity": "sha512-w6C5VLxZmS8AmbAIiIHy+p+S/G9wtsvFEgyM/Ijd+5/ENKV4bs8ieOsetdl79WUheRKg0oXiiG5fy1X3EFk/Gg==",
"requires": {
"tslib": "^2.0.3"
}
},
"@fullcalendar/core": {
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-5.4.0.tgz",
"integrity": "sha512-brg5TI/ZrCm+gBdKRkDLuenUxAEYa40Esw6yAtLbx0azRinhOZ+koqy4J3VA3dnv2W5HI9agVr9wuQLHWjqDtw==",
"requires": {
"@fullcalendar/common": "~5.4.0",
"preact": "^10.0.5",
"tslib": "^2.0.3"
}
},
"@fullcalendar/daygrid": {
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/@fullcalendar/daygrid/-/daygrid-5.4.0.tgz",
"integrity": "sha512-UgBcEWNMFuhnwQNH0NP1qWo3swH3jAqXY7Y43eQakwwFbCuP/gBSmiOgkVnfK2SmPJTDMEnFR5jApcXPlpPXlQ==",
"requires": {
"@fullcalendar/common": "~5.4.0",
"tslib": "^2.0.3"
}
},
"preact": {
"version": "10.5.7",
"resolved": "https://registry.npmjs.org/preact/-/preact-10.5.7.tgz",
"integrity": "sha512-4oEpz75t/0UNcwmcsjk+BIcDdk68oao+7kxcpc1hQPNs2Oo3ZL9xFz8UBf350mxk/VEdD41L5b4l2dE3Ug3RYg=="
},
"tslib": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz",
"integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ=="
}
}
}