Back to All

How do I check the version of installed npm packages?

I am have a Onify Helix App repo and have the following in package.json:

...
    "@onify/helix-components": "*",
    "@onify/helix-core": "*",
    "@onify/helix-pages": "*",
    "@onify/helix-themes": "*",
    "@onify/helix-tools": "*",
-...

How do I know what version I have installed?