One Calendar is a privacy-first calendar web app built with Next.js. It has modern security features, including e2ee, password-protected sharing, and self-destructing share links ๐Ÿ“… calendar.xyehr.cn
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: add rspack package

authored by

Evan Huang and committed by
GitHub
4e135c17 abcc60e1

+2 -1
+2 -1
package.json
··· 67 67 "tailwindcss-animate": "^1.0.7", 68 68 "vaul": "1.1.2", 69 69 "zod": "4.3.6", 70 - "react-icons": "5.6.0" 70 + "react-icons": "5.6.0", 71 + "next-rspack": "latest" 71 72 }, 72 73 "devDependencies": { 73 74 "@tailwindcss/postcss": "4.2.2",