@daypilot/daypilot-lite-react
Version:
DayPilot Lite for React
47 lines (46 loc) • 1.14 kB
JSON
{
"name": "@daypilot/daypilot-lite-react",
"version": "5.0.0",
"description": "DayPilot Lite for React",
"homepage": "https://javascript.daypilot.org/",
"author": "Annpoint, s.r.o.",
"license": "Apache-2.0",
"keywords": [
"calendar",
"scheduler",
"event-calendar",
"date-picker",
"front-end",
"components",
"javascript",
"typescript",
"react",
"timeline",
"day",
"week",
"month",
"agenda",
"gantt",
"planning",
"booking",
"reservation",
"appointment"
],
"main": "daypilot-react.min.js",
"typings": "daypilot-react.min.d.ts",
"files": [
"daypilot-react.min.js",
"daypilot-react.min.d.ts",
"LICENSE.txt",
"NOTICE.txt",
"README.md"
],
"dependencies": {
"create-react-class": ">=15.0.0",
"@daypilot/daypilot-lite-javascript": "5.0.0"
},
"peerDependencies": {
"react": ">=16.0.0",
"react-dom": ">=16.0.0"
}
}