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.

Merge pull request #234 from EvanTechDev/codex/remove-unused-dependencies-from-package.json

chore: remove unused dependencies from package.json

authored by

Evan Huang and committed by
GitHub
ecb1ca9e 0c96557f

+1 -29
+1 -29
package.json
··· 13 13 "dependencies": { 14 14 "@clerk/localizations": "4.3.0", 15 15 "@clerk/nextjs": "^7.0.0", 16 - "@hookform/resolvers": "5.2.2", 17 16 "@marsidev/react-turnstile": "latest", 18 - "@radix-ui/react-accordion": "latest", 19 - "@radix-ui/react-alert-dialog": "^1.1.7", 20 17 "@radix-ui/react-avatar": "^1.1.2", 21 - "@radix-ui/react-checkbox": "^1.1.3", 22 18 "@radix-ui/react-collapsible": "^1.1.2", 23 19 "@radix-ui/react-context-menu": "^2.2.4", 24 20 "@radix-ui/react-dialog": "latest", 25 - "@radix-ui/react-dropdown-menu": "^2.1.4", 26 - "@radix-ui/react-hover-card": "^1.1.4", 27 - "@radix-ui/react-label": "^2.1.1", 28 - "@radix-ui/react-menubar": "^1.1.4", 29 - "@radix-ui/react-navigation-menu": "^1.2.3", 30 - "@radix-ui/react-popover": "latest", 31 - "@radix-ui/react-scroll-area": "^1.2.2", 32 - "@radix-ui/react-select": "^2.1.4", 33 21 "@radix-ui/react-separator": "^1.1.1", 34 - "@radix-ui/react-slider": "^1.2.2", 35 22 "@radix-ui/react-slot": "^1.2.0", 36 - "@radix-ui/react-switch": "^1.1.2", 37 23 "@radix-ui/react-tabs": "^1.1.2", 38 24 "@radix-ui/react-toast": "latest", 39 - "@radix-ui/react-toggle": "^1.1.1", 40 - "@radix-ui/react-toggle-group": "^1.1.1", 41 - "@radix-ui/react-tooltip": "^1.1.6", 42 25 "class-variance-authority": "^0.7.1", 43 26 "clsx": "^2.1.1", 44 - "cmdk": "latest", 45 27 "date-fns": "4.1.0", 46 - "embla-carousel-react": "8.6.0", 47 28 "framer-motion": "^12.7.4", 48 29 "geist": "latest", 49 30 "ics": "latest", 50 - "input-otp": "1.4.2", 51 31 "lucide-react": "latest", 52 - "motion": "latest", 53 32 "next": "16.2.3", 54 33 "next-themes": "latest", 55 34 "pg": "latest", ··· 58 37 "react": "^18", 59 38 "react-day-picker": "9.14.0", 60 39 "react-dom": "^18", 61 - "react-hook-form": "^7.54.1", 62 - "react-markdown": "latest", 63 - "react-resizable-panels": "4.9.0", 64 40 "recharts": "3.8.1", 65 - "remark-gfm": "latest", 66 41 "sonner": "2.0.7", 67 42 "tailwind-merge": "3.5.0", 68 43 "tailwindcss-animate": "^1.0.7", 69 - "vaul": "1.1.2", 70 - "zod": "4.3.6", 71 - "react-icons": "5.6.0", 72 - "next-rspack": "latest" 44 + "react-icons": "5.6.0" 73 45 }, 74 46 "devDependencies": { 75 47 "@tailwindcss/postcss": "4.2.2",