katoikia-app/web-ui/web-react/node_modules/@fullcalendar/daygrid/package.json

32 lines
919 B
JSON

{
"name": "@fullcalendar/daygrid",
"version": "5.11.0",
"title": "FullCalendar Day Grid Plugin",
"description": "Display events on Month view or DayGrid view",
"docs": "https://fullcalendar.io/docs/month-view",
"dependencies": {
"@fullcalendar/common": "~5.11.0",
"tslib": "^2.1.0"
},
"main": "main.cjs.js",
"module": "main.js",
"types": "main.d.ts",
"jsdelivr": "main.global.min.js",
"browserGlobal": "FullCalendarDayGrid",
"homepage": "https://fullcalendar.io/",
"bugs": "https://fullcalendar.io/reporting-bugs",
"repository": {
"type": "git",
"url": "https://github.com/fullcalendar/fullcalendar.git",
"homepage": "https://github.com/fullcalendar/fullcalendar"
},
"license": "MIT",
"author": {
"name": "Adam Shaw",
"email": "arshaw@arshaw.com",
"url": "http://arshaw.com/"
},
"devDependencies": {
"@fullcalendar/core-preact": "5.11.0"
}
}