Overview of the four packages
mainThe project is a multi-package workspace consisting of four independent packages:
json-edit-react: Located at the repo root. Contains the core editor component and primary types.@json-edit-react/utils: Located inpackages/utils/. Contains utility hooks and helpers likeuseConfirmOnUpdateanduseUndo.@json-edit-react/themes: Located inpackages/themes/. Contains pre-built theme objects.@json-edit-react/components: Located inpackages/components/. Contains ready-to-use custom node components.