Dependency Management
Adding Dependencies
- Check if a similar dependency already exists
- Add to package.json with an appropriate version constraint
- Run the package manager install command
- Update documentation if needed
Removing Dependencies
- Verify nothing uses the dependency
- Remove from package.json
- Run the package manager install command