-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Clean up frontend dependencies #578
Comments
@arkid15r I'd like to work on issue i think , i have to use npm audit then i have to manually review the dependencies and devDependencies sections in package.json and then check them with the actual usage within the frontend n also have to inspect import n require and then remove the used one's from the package.json then run npm install to update the code |
The Key Features of
|
@arkid15r Thank you , for assigning me this task. I'm excited to work on it |
Is your feature request related to a problem? Please describe.
I'm aware of just one unused dependency --
axios
.Describe the solution you'd like
Identify and remove all unused frontend direct dependencies (for both
dependencies
anddevDependencies
sections)The text was updated successfully, but these errors were encountered: