This repository has been archived by the owner on Oct 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage-lock.json
52 lines (52 loc) · 1.94 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
44
45
46
47
48
49
50
51
52
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"@fullcalendar/common": {
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/@fullcalendar/common/-/common-5.3.1.tgz",
"integrity": "sha512-2PREEpiFQSDN5MNdoD/OkpJ+d7FPtN2TwTJMsuq3fTjmj3nM+utrxBmUr9a2F6WWW1X+xGU5nHQA52vhqIiQOQ==",
"requires": {
"tslib": "^2.0.0"
}
},
"@fullcalendar/core": {
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-5.3.1.tgz",
"integrity": "sha512-CqcpMimyuTf4DI+s1Se9bjVQMa2PDGtTBj8CYaCf8nSu+Wc6/RoimhIiA5bDTyg4KQFqXFT8ojt1avC05ZBvgg==",
"requires": {
"@fullcalendar/common": "~5.3.1",
"preact": "^10.0.5",
"tslib": "^2.0.0"
}
},
"@fullcalendar/daygrid": {
"version": "5.3.2",
"resolved": "https://registry.npmjs.org/@fullcalendar/daygrid/-/daygrid-5.3.2.tgz",
"integrity": "sha512-BK+YIecF3q9d/+6lAnf6WiJEEs7Wpa/mu9gXpkEf8vn4nl2bicPHUwykg5dUMCBy7ADAkDoL7VuBVi0XBRtPYw==",
"requires": {
"@fullcalendar/common": "~5.3.1",
"tslib": "^2.0.0"
}
},
"@fullcalendar/vue": {
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/@fullcalendar/vue/-/vue-5.3.1.tgz",
"integrity": "sha512-8HukIHYupWbpOBioQrCoubkPNFGtMqYX+uvSKLIgkn36eyJ+B4eJwli8ZI8kmKynzGf6DJhg9vQw8RkkkdlPnA==",
"requires": {
"@fullcalendar/core": "~5.3.1",
"tslib": "^2.0.0"
}
},
"preact": {
"version": "10.5.5",
"resolved": "https://registry.npmjs.org/preact/-/preact-10.5.5.tgz",
"integrity": "sha512-5ONLNH1SXMzzbQoExZX4TELemNt+TEDb622xXFNfZngjjM9qtrzseJt+EfiUu4TZ6EJ95X5sE1ES4yqHFSIdhg=="
},
"tslib": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.3.tgz",
"integrity": "sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ=="
}
}
}