npm 管理しているインストール済みパッケージのバージョンは npm list コマンドで表示できます。
$ npm list --depth=0
html@ /var/www/html
+-- @alpinejs/[email protected]
+-- @tailwindcss/[email protected]
+-- @tailwindcss/[email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
`-- [email protected]
–depth オプション
depth オプションは、依存関係をどこまで表示するかを指定できます。
0なら直接インストールしている第一階層のみが表示されます。