Files
Projektarbeit-MYP/backend/node_modules/@fullcalendar/interaction/package.json
2025-05-31 22:40:29 +02:00

49 lines
1.2 KiB
JSON

{
"name": "@fullcalendar/interaction",
"version": "6.1.17",
"title": "FullCalendar Interaction Plugin",
"description": "Calendar functionality for event drag-n-drop, event resizing, date clicking, and date selecting",
"keywords": [
"calendar",
"event",
"full-sized",
"fullcalendar",
"drag-n-drop",
"resizing",
"selecting"
],
"homepage": "https://fullcalendar.io/docs/editable",
"peerDependencies": {
"@fullcalendar/core": "~6.1.17"
},
"type": "module",
"bugs": "https://fullcalendar.io/reporting-bugs",
"repository": {
"type": "git",
"url": "https://github.com/fullcalendar/fullcalendar.git",
"directory": "packages/interaction"
},
"license": "MIT",
"author": {
"name": "Adam Shaw",
"email": "arshaw@arshaw.com",
"url": "http://arshaw.com/"
},
"copyright": "2024 Adam Shaw",
"types": "./index.d.ts",
"main": "./index.cjs",
"module": "./index.js",
"unpkg": "./index.global.min.js",
"jsdelivr": "./index.global.min.js",
"exports": {
"./package.json": "./package.json",
"./index.cjs": "./index.cjs",
"./index.js": "./index.js",
".": {
"types": "./index.d.ts",
"require": "./index.cjs",
"import": "./index.js"
}
},
"sideEffects": false
}