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 #72

Closed natalialuzuriaga closed 8 months ago

natalialuzuriaga commented 8 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 https://github.com/DSACMS/metrics/pull/61 for details on the new build tools we are using.

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

UPDATE: This PR is similar to the closed #68 except this includes new dependencies needed for frontend code formatting and linting.

Solution

Removed @11ty/eleventy-plugin-vite Placed dependencies in their correct sections: dependencies vs devDependencies. package-lock.json is updated accordingly as a result.

Test Plan

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