[READ-ONLY] 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
nextjs
0

Configure Feed

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

One-Calendar / components.json
535 B 25 lines
1{ 2 "$schema": "https://ui.shadcn.com/schema.json", 3 "style": "radix-nova", 4 "rsc": true, 5 "tsx": true, 6 "tailwind": { 7 "config": "tailwind.config.ts", 8 "css": "app/globals.css", 9 "baseColor": "neutral", 10 "cssVariables": true, 11 "prefix": "" 12 }, 13 "iconLibrary": "lucide", 14 "rtl": false, 15 "aliases": { 16 "components": "@/components", 17 "utils": "@/lib/utils", 18 "ui": "@/components/ui", 19 "lib": "@/lib", 20 "hooks": "@/hooks" 21 }, 22 "menuColor": "default", 23 "menuAccent": "subtle", 24 "registries": {} 25}