49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "fullcalendar",
|
|
"version": "6.1.11",
|
|
"title": "FullCalendar Standard Bundle",
|
|
"description": "Easily render a full-sized drag & drop calendar with a combination of standard plugins",
|
|
"homepage": "https://fullcalendar.io/docs/initialize-globals",
|
|
"dependencies": {
|
|
"@fullcalendar/core": "~6.1.11",
|
|
"@fullcalendar/daygrid": "~6.1.11",
|
|
"@fullcalendar/interaction": "~6.1.11",
|
|
"@fullcalendar/list": "~6.1.11",
|
|
"@fullcalendar/multimonth": "~6.1.11",
|
|
"@fullcalendar/timegrid": "~6.1.11"
|
|
},
|
|
"devDependencies": {
|
|
"@fullcalendar-scripts/standard": "*"
|
|
},
|
|
"scripts": {
|
|
"build": "standard-scripts pkg:build",
|
|
"clean": "standard-scripts pkg:clean",
|
|
"lint": "eslint ."
|
|
},
|
|
"type": "module",
|
|
"tsConfig": {
|
|
"extends": "@fullcalendar-scripts/standard/config/tsconfig.browser.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist/.tsout"
|
|
},
|
|
"include": [
|
|
"./src/**/*"
|
|
]
|
|
},
|
|
"buildConfig": {
|
|
"exports": {
|
|
".": {
|
|
"iife": true
|
|
}
|
|
},
|
|
"iifeGlobals": {
|
|
".": "FullCalendar",
|
|
"*": ""
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"directory": "./dist",
|
|
"linkDirectory": true
|
|
}
|
|
}
|