To see the current version of any package installed in your project from the console, you can use the following npm command:
npm list webpack
This command will display the version of the package installed locally in your project along with its dependencies.
Look for the package entry in the output to see the version number.