Commands Interactive mode to select updates yarn upgrade-interactive View outdated packages yarn outdated Remove unused dependencies npx depcheck Analyze duplications npx jscpd -r html --pattern 'src/app/**/*.ts' . Generate the size report yarn build --configuration production --stats-json Then analyze with npx webpack-bundle-analyzer dist/visualization-component/stats.json