Reduced formengine-core library

Hi.

For some reason, our project evaluates usage of formengine-core without a backing Dataservices instance.

Looking at the delivery item “formengine-core” (npm package) for a React-application, I see several dependencies which seem to be related to a Dataservices instance:

├─┬ @com.mgmtp.a12.formengine/formengine-core@36.3.3
│ ├── @com.mgmtp.a12.base/base-model-api@27.1.0 deduped
│ ├── @com.mgmtp.a12.dataservices/dataservices-access@36.2.2 deduped
│ ├── @com.mgmtp.a12.expression/expression-core@0.4.1 deduped
│ ├── @com.mgmtp.a12.kernel/kernel-md-facade@28.3.1 deduped
│ ├── @com.mgmtp.a12.utils/utils-connector@6.0.2 deduped
│ ├── @com.mgmtp.a12.utils/utils-localization-react@5.5.0 deduped
│ ├── @com.mgmtp.a12.utils/utils-localization@5.5.0 deduped
│ ├─┬ @com.mgmtp.a12.widgets/react-virtualized-fork@10.0.0

Is there a formengine Deliverable which doesn’t contain communication-things like dataservices-access or utils-connector?

I look for a formengine lib which is reduced to it’s own functionality, without any assumptions on the communication side.

There is no other deliverable for the form engine.

The reason for this dataservices dependency is the attachment functionality that the form engine has to import from there.
The form engine itself does not require any specific client-server connection implementation and is not bound to one either with this dependency.