Skip to content

chore: remove unused dependencies #214

@madjin

Description

@madjin

Summary

Two dependencies are installed but not used anywhere in the codebase.

Unused Dependencies

1. @radix-ui/react-accordion (v1.2.2)

  • Found in: package.json, src/components/ui/accordion.tsx
  • Issue: The accordion component wrapper exists but is never imported in the codebase
  • Related: Tailwind config has accordion animations defined but they're unused
  • Verification: gh api -X GET 'search/code' -f q='repo:elizaOS/elizaos.github.io react-accordion' shows only the component file and package.json

2. fuzzysort (v3.1.0)

  • Found in: package.json only
  • Issue: Not imported or used anywhere
  • Verification: gh api -X GET 'search/code' -f q='repo:elizaOS/elizaos.github.io fuzzysort' shows only package.json

Proposed Action

Remove both dependencies from package.json:

bun remove @radix-ui/react-accordion fuzzysort

Optionally also remove:

  • src/components/ui/accordion.tsx (unused component)
  • Accordion animations from tailwind.config.ts (lines 83-94)

Impact

  • Reduces bundle size
  • Cleaner dependency tree
  • No breaking changes (nothing uses these)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions