I have been trying to set up Bootstrap for a Next.js Typescript app, but I'm having trouble figuring out the proper installation process. This is my first time using Bootstrap with Typescript and I could use some guidance. I've come across these commands: npm i bootstrap, npm i react-bootstrap, npm install @types/bootstrap. Can anyone clarify if I need to use all three of them or if some are unnecessary? Any help would be greatly appreciated. Thank you in advance.