@daypilot/daypilot-lite-react
Version:
DayPilot Lite for React
37 lines (36 loc) • 940 B
JSON
{
"name": "@daypilot/daypilot-lite-react",
"version": "4.3.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"
],
"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": "4.3.0"
},
"peerDependencies": {
"react": ">=16.0.0",
"react-dom": ">=16.0.0"
}
}