Capevace / mission-control

Open-Source JavaScript framework for building real-time dashboards
https://mission-control.js.org
MIT License
10 stars 2 forks source link

Remove unwanted dependencies from package.json #20

Open Capevace opened 3 years ago

Capevace commented 3 years ago

Over time some packages have been installed and added to package.json that aren't actually used anymore.

Remove those and clean up the dependency tree.

Try to minimize and only depend on external things that are absolutely required / very stable.