Packages
We have two kinds of packages in Blueprint - private and published. Our private packages are used across our various apps to reuse features and functionality. Our published packages are available on our private npm organisation and can be installed with a valid token.
Published packages
Private packages
Core
The core package contains components like Header and Footer that are reused across apps, as well as translations used across multiple apps.
Eslint Config
Shared linter config, reused by different apps.
Jest Config
Shared jest config, reused by different apps.
TS Config
Shared typescript config, reused by different apps.