bashにて
はじめどうして良いか分からずnode_moduleフォルダを開いたりしていたのですが、
調べてみると簡単にインストールしたmoduleのバージョンを確認できました。
localにインストールされたパッケージ
$ npm list --depth=0
...@0.1.0 /home/ubuntu/environment/...
├── @material-ui/core@4.3.1
├── classnames@2.2.6
├── immutable@4.0.0-rc.12
├── node-sass@4.12.0
├── prop-types@15.7.2
├── react@16.8.6
├── react-dom@16.8.6
├── react-redux@7.1.0
├── react-router-dom@5.0.1
├── react-scripts@3.0.1
├── redux@4.0.4
├── redux-devtools-extension@2.13.8
├── redux-saga@1.0.5
├── reselect@4.0.0
└── typeface-roboto@0.0.75