The create-next-app command installs the material-ui and styled-components dependencies, and then installs the icon font source and the React and Emotion dependencies.
npx create-next-app@latest --typescript
// install material ui dependencies
npm install @mui/material @emotion/react @emotion/styled
npm i @mui/icons-material
npm install @fontsource/roboto