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

29 lines
753 B
JSON
Raw Normal View History

2022-07-06 04:15:11 +00:00
{
"name": "@fullcalendar/common",
"version": "5.11.0",
"title": "FullCalendar Common",
"description": "internal package",
"docs": "https://fullcalendar.io/docs",
"dependencies": {
"tslib": "^2.1.0"
},
"main": "main.cjs.js",
"module": "main.js",
"types": "main.d.ts",
"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"
}
}