In the process of developing a single page application I installed some npm package like
npm install react-currency-format --save
also
npm install react-slick --save
But I want to remove these items. Without any effect on rest of the code.
How can I do it?