radio-crestin / radio-crestin-backend

A directory of Christian Radio Stations.
https://www.radio-crestin.com
Other
3 stars 1 forks source link

Remove unused libraries from package.json #50

Closed EliseiNicolae closed 1 year ago

EliseiNicolae commented 1 year ago

eg: "react-no-ssr": "^1.1.0",

EliseiNicolae commented 1 year ago

Solution: https://stackoverflow.com/questions/22675725/find-unused-npm-packages-in-package-json

run npx depcheck on your project (in this case /frontend)