Brackette contains a frontend and backend project. Each with their own package.json and needed dependencies.
The front-end (client directory) is a create-react-app that proxies to the server. Librariers in this project consist of Material-UI, Socket.io, Redux, etc.
The server directory uses express with knexjs/objection for database connectivity to a MySQL server.