@fullcalendar/react
Version:
An official FullCalendar component for React
29 lines • 690 B
JSON
{
"name": "@fullcalendar/react",
"version": "4.3.0",
"title": "FullCalendar React Component",
"description": "An official FullCalendar component for React",
"keywords": [
"react",
"calendar",
"fullcalendar"
],
"docs": "https://fullcalendar.io/docs/react",
"license": "MIT",
"author": "Sardius Media",
"repository": {
"type": "git",
"url": "https://github.com/fullcalendar/fullcalendar-react.git"
},
"dependencies": {
"@fullcalendar/core": "~4.3.0",
"fast-deep-equal": "^2.0.1"
},
"peerDependencies": {
"react": "^16.7.0",
"react-dom": "^16.7.0"
},
"main": "main.umd.js",
"module": "main.esm.js",
"types": "main.d.ts"
}