This happens because libraries installed by create-react-app depend on many other libraries (1026 transitive dependencies as of today).
As a comparison, Django, a large Python web framework, has only three dependencies (pytz, sqlparse, and asgiref), which don't have dependencies themselves