|
|
|
|
@ -19,6 +19,7 @@
|
|
|
|
|
"license": "AGPL-3.0-only",
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@electron/remote": "2.1.2",
|
|
|
|
|
"@eslint/js": "9.24.0",
|
|
|
|
|
"@excalidraw/excalidraw": "0.18.0",
|
|
|
|
|
"@fullcalendar/core": "6.1.17",
|
|
|
|
|
"@fullcalendar/daygrid": "6.1.17",
|
|
|
|
|
@ -5816,6 +5817,16 @@
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@eslint/js": {
|
|
|
|
|
"version": "9.24.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.24.0.tgz",
|
|
|
|
|
"integrity": "sha512-uIY/y3z0uvOGX8cp1C2fiC4+ZmBhp6yZWkojtHL1YEMnRt1Y63HB9TM17proGEmeG7HeUY+UP36F0aknKYTpYA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@jridgewell/sourcemap-codec": {
|
|
|
|
|
"version": "1.5.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz",
|
|
|
|
|
|