DSACMS / metrics

Experimentations in Open Source Repository Metrics
https://dsacms.github.io/metrics/
Other
6 stars 2 forks source link

Reorganized Dependencies by Removing Unused Packages and Placing in Correct Sections #68

Closed natalialuzuriaga closed 8 months ago

natalialuzuriaga commented 9 months ago

Reorganized Dependencies by Removing Unused Packages and Placing in Correct Sections

Problem

We are no longer using Vite as our build tool for the frontend. Please refer to #61 for details on the new build tools we are using.

Currently, some dependencies in package.json are not placed in their correct sections.

Solution

Test Plan

No regression. npm start and npm run build still produce the website with the correct files and behaves the same.

natalialuzuriaga commented 8 months ago

Closing due to a failed attempt of rebasing this branch with dev 😭 . The previously-merged frontend PR included new dependencies in package.json which caused some of the difficulties with resolving merge conflicts with package-lock.json.