lisk-mobile
lisk-mobile copied to clipboard
Cleanup unused project dependencies (packages)
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.