1. Extracting Dependencies from a React Component
Frontend DeveloperBackground
A developer is reviewing a React component file to list all imported modules for documentation.
Problem
Manually scanning the code for import statements is tedious and prone to errors.
How to use
Paste the component code into the tool and enable 'Include Node Modules' to capture all package imports.
Outcome
The tool outputs a JSON list of import paths like 'react' and './utils', with line numbers for quick reference.