# External dependencies

The plugin web view bundle is self-contained with all of its dependencies bundled with the webpack. In order to optimize the bundle size, the following dependencies are provided as externals. These dependencies will not be included in the bundle. The web kit is expected to provide these dependencies.

* [@ant-design/icons](https://www.npmjs.com/package/@ant-design/icons) - (v4.2.2)
* [antd](https://www.npmjs.com/package/antd) - (v4.6.2)
* [axios](https://www.npmjs.com/package/axios) - (v0.21.1)
* [classnames](https://www.npmjs.com/package/classnames) - (v2.2.6)
* [hollaex-web-lib](https://www.npmjs.com/package/hollaex-web-lib) - (v0.3.0)
* [mathjs](https://www.npmjs.com/package/mathjs) - (v5.10.3)
* [moment](https://www.npmjs.com/package/moment) - (v2.24.0)
* [numbro](https://www.npmjs.com/package/numbro) - (v1.11.1)
* [prop-types](https://www.npmjs.com/package/prop-types) - (v15.7.2)
* [react](https://www.npmjs.com/package/react) - (v16.13.1)
* [react-device-detect](https://www.npmjs.com/package/react-device-detect) - (v1.6.2)
* [react-event-listener](https://www.npmjs.com/package/react-event-listener) - (v0.6.6)
* [react-redux](https://www.npmjs.com/package/react-redux) - (v6.0.1)
* [react-svg](https://www.npmjs.com/package/react-svg) - (v11.2.2)
* [redux](https://www.npmjs.com/package/redux) - (v4.0.1)
* [redux-form](https://www.npmjs.com/package/redux-form) - (v8.1.0)
* [validator](https://www.npmjs.com/package/validator) - (v10.11.0)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hollaex.com/plugins/develop-plugins/web-view-development/external-dependencies.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
