Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Dec 14, 2023

Conversation

natalialuzuriaga
Copy link
Collaborator

@natalialuzuriaga natalialuzuriaga commented Dec 14, 2023

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.

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.

Signed-off-by: Natalia Luzuriaga <[email protected]>
Signed-off-by: Natalia Luzuriaga <[email protected]>
@natalialuzuriaga natalialuzuriaga merged commit e7d4253 into dev Dec 14, 2023
3 checks passed
@natalialuzuriaga natalialuzuriaga deleted the nat/deps_clean_up branch January 31, 2024 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants