In the NuGet Package Manager Console, enter the following command:
Get-Package | Format-Table -AutoSize
This will either print out a list of installed packages, or if none are present write the following line to the console:
PM> Get-Package
No packages installed.
For more details, have a look at the NuGet PowerShell Reference.