— Just install the packages via npm or yarn. They will install all dependencies you need!
— Body-parser: depends on if you're gonna have form-data request bodies
oath: depends on if you're gonna have oauth
nodemailer-smtp-transport: Probably not, nodemailer supports a bunch of stuff OOTB
Message permanent page
— Well, as I said I have a form with name, email, subject and message. I've never used js to do a form so I'm kinda lost
Message permanent page
— You don't need form-data for that, just use urlencoded POST
— Form-data is needed for file uploads tho
— You still need body-parser apparently