Resourcesdnd_jobmanagementInstallation
Dependencies
Last updated on
Required
| Resource | Why |
|---|---|
oxmysql | All database access (MySQL.* calls) |
ox_lib | Callbacks, NUI dialogs, notifications, context menus |
ox_inventory | Card-holder items, starterpack grants, inventory-backed item exports |
ox_target | World interaction points (PCs, printers, photo booth, fingerprint scanners) |
Optional (feature-gated)
| Resource | Enables |
|---|---|
dnd_economy | Not a dependency of this resource — it's the other direction: if dnd_economy is installed, it calls this resource's CreatePurchaseDocument export. |
Framework
Auto-detected via bridge/init.lua (checks for ESX or Qbox), matching the resource description ("ESX / Qbox").
Build tooling (dev-time only, not a runtime dependency)
- Node.js + npm — only needed to run
cd web && npm run buildbefore shipping; the builtweb/distoutput is what actually ships.