-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
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.jsononly - 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 fuzzysortOptionally 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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels