npm uninstall

npm uninstall するにも、何をインストールしたのか把握する必要がある。
package.jsonの dependencies インストールしたものが記録されている。
実験のため、firebaseとvuexfireをアンインストールする。

npm uninstall firebase vuexfire

アンインストールすると package.jsonの dependencies からも消える。