I'm new in Sails.js, I'created a new app in Sails with sails new app and the option 2. empty but I want to keep all the utilities inserted when I use the 1. WebApp option. What happens is the 1. WebApp option comes with Stripe and another things that I dont want or I dont require.
I just need a empty Webapp with Vue.js, Vue Router, Lodash, jQuery and Socket.io.
How can I install these dependencies when I created an empty Sails App ?