lisk-mobile icon indicating copy to clipboard operation
lisk-mobile copied to clipboard

Cleanup unused project dependencies (packages)

Open clemente-xyz opened this issue 2 years ago • 0 comments

Expected behavior

The app should have installed only dependencies that are being used on it.

Actual behavior

We have some dependencies that are not longer being used since the app has evolved and being refactored. Some of them are or example:

  • bitcoinjs-lib
  • tty-browserify
  • url-parse
  • punycode
  • path-browserify
  • dns.js
  • moxios

...among others.

We need to remove them in order to maintain clean code and decrease our app size.

Steps to reproduce

N/A.

Which version(s) does this affect? (Environment, OS, etc...)

All.

clemente-xyz avatar Oct 05 '22 09:10 clemente-xyz