Saltar al contenido principal

Module Dependency Graph

Understanding the module dependency tree and key architectural layers.

High-Level Architectureโ€‹

Core Module Dependenciesโ€‹

The @gauzy/core package is the largest, containing all API modules:

Package Responsibilitiesโ€‹

PackageResponsibility
contractsTypeScript interfaces, enums
commonShared utilities, helpers
configConfiguration management
authAuthentication & authorization
coreAll business logic modules
pluginPlugin infrastructure
plugins/*Individual plugin implementations

NX Dependency Graphโ€‹

Visualize the full dependency graph:

npx nx graph