UNPKG

@dtu-olp-2024/rich-block-nocobase

Version:

A NocoBase plugin for rich block rendering, supporting custom block types, dynamic block rendering, and block-based workflows. Built for the DTU GreenHope project.

17 lines (16 loc) 490 B
/** * This file is part of the NocoBase (R) project. * Copyright (c) 2020-2024 NocoBase Co., Ltd. * Authors: NocoBase Team. * * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License. * For more information, please refer to: https://www.nocobase.com/agreement. */ module.exports = { "@nocobase/client": "1.3.52", "@nocobase/server": "1.3.52", "react": "18.3.1", "@formily/react": "2.3.2", "@ant-design/icons": "5.5.2", "@formily/shared": "2.3.2" };