Przejdź do głównej zawartości

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