Yarn keeps track of all the client-side dependancies in `config.json` when you install new packages with `yarn add ...`
#### Client-side
Yarn keeps track of all the client-side dependancies in `package.json` when you install new packages with `yarn add [packageName]`. Yarn will install and update your packages if your run