We have many npm dependencies which are not needed to be integrated in the production build.
For instance:
capacitor/android
types/jest
cordova-res
express
json-server
path
We needed many of these dependencies in that section because we were deploying our application using a mock server.
We should move the unneeded dependencies to the Dev Dependencies section.