mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-20 00:51:20 +00:00
Implement renderCalDavFeedItem using JRX JSX to render CalDAV events as FeedCard components. Bump @nym.sh/jrx to 0.2.0 for null/undefined child support. Co-authored-by: Ona <no-reply@ona.com>
18 lines
351 B
JSON
18 lines
351 B
JSON
{
|
|
"name": "@aelis/source-caldav",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"scripts": {
|
|
"test": "bun test .",
|
|
"test:live": "bun run scripts/test-live.ts"
|
|
},
|
|
"dependencies": {
|
|
"@aelis/components": "workspace:*",
|
|
"@aelis/core": "workspace:*",
|
|
"ical.js": "^2.1.0",
|
|
"tsdav": "^2.1.7"
|
|
}
|
|
}
|