JeffThorslund / Bent-Shaft-Maps

Crowdsourced Interactive Whitewater River Guides
https://www.bentshaftmaps.com
6 stars 3 forks source link

Remove Unused Dependencies #78

Closed JeffThorslund closed 3 years ago

JeffThorslund commented 3 years ago

Many libraries have been installed but never used. file. Many are used exclusively in the front end of the application (within /client), but are installed in the back end /package.json.

To determine unused deps, you may use a library such as depcheck or npm-check. Double check that a package is unused by searching for references in the codebase.