Skip to content

Comments

chore: remove unused dependencies#1896

Open
hyperz111 wants to merge 17 commits intoAcode-Foundation:mainfrom
hyperz111:unused
Open

chore: remove unused dependencies#1896
hyperz111 wants to merge 17 commits intoAcode-Foundation:mainfrom
hyperz111:unused

Conversation

@hyperz111
Copy link
Contributor

We have some unused dependencies:

  • crypto-js
  • js-base64

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Feb 22, 2026

Greptile Summary

Removed two unused dependencies (crypto-js and js-base64) from the project. Verified through codebase search that neither dependency is imported or used anywhere - the project uses native browser APIs (atob/btoa) instead of js-base64, and has no cryptographic functionality requiring crypto-js. This cleanup reduces bundle size and removes unnecessary dependencies.

Confidence Score: 5/5

  • Safe to merge - straightforward dependency cleanup with no risk
  • Both dependencies are verified unused through comprehensive codebase search. No imports, no usage patterns found. Lock file properly updated. This is a pure cleanup change with zero functional impact.
  • No files require special attention

Important Files Changed

Filename Overview
package.json Removed crypto-js and js-base64 dependencies which are not imported or used anywhere in the codebase
package-lock.json Lockfile automatically updated to reflect removed dependencies

Last reviewed commit: 9ad08f0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant