| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "name": "@fullcalendar/interaction",
- "version": "6.1.14",
- "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.14"
- },
- "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
- }
|