When you search https://www.npmjs.com/ for a package, it just gives the main dependancies, not the dependencies of the dependencies. This is what I aim to do here.
Developed using node v14 and npm v6.14. Tested on Firefox, and Brave browsers.
npm install
npm run serve
- Load this page in a browser:
~\src\ui\index.html
The actual CSS and HTML structure to get the tree view was copied from https://codepen.io/bisserof/pen/fdtBm and adapted to my use-case