-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.01 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.01 KB
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
{
"name": "hugo-icalendar-theme-component",
"repository": {
"type": "git",
"url": "git+https://github.com/finkregh/hugo-theme-component-ical.git"
},
"author": "Oluf Lorenzen <ol+github-hugo-ical-theme@oluflorenzen.de>",
"license": "MIT",
"bugs": {
"url": "https://github.com/finkregh/hugo-theme-component-ical/issues"
},
"homepage": "https://github.com/finkregh/hugo-theme-component-ical#readme",
"comments": {
"dependencies": {
"@fullcalendar/core": "project",
"@fullcalendar/daygrid": "project",
"@fullcalendar/icalendar": "project",
"@fullcalendar/list": "project",
"@fullcalendar/timegrid": "project",
"@fullcalendar/rrule": "project"
},
"devDependencies": {}
},
"dependencies": {
"@fullcalendar/core": "^6.1.20",
"@fullcalendar/daygrid": "^6.1.20",
"@fullcalendar/icalendar": "^6.1.20",
"@fullcalendar/list": "^6.1.20",
"@fullcalendar/rrule": "^6.1.20",
"@fullcalendar/timegrid": "^6.1.20"
},
"devDependencies": {}
}