@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.
44 lines (43 loc) • 1.09 kB
JSON
{
"name": "@dtu-olp-2024/rich-block-nocobase",
"version": "1.0.2",
"license": "GPL-3.0",
"main": "dist/server/index.js",
"dependencies": {
"@formily/react": "^2.3.2"
},
"peerDependencies": {
"@nocobase/client": "1.x",
"@nocobase/server": "1.x",
"@nocobase/test": "1.x"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/olp-dtu-2024/DTU-GreenHope"
},
"files": [
"dist",
"dist/node_modules",
"README.md",
"LICENSE",
"package.json",
"server.js",
"server.d.ts",
"client.js",
"client.d.ts",
"CHANGELOG.md"
],
"keywords": [
"plugin",
"nocobase",
"dtu",
"greenhope",
"rich-block"
],
"description": "A NocoBase plugin for rich block rendering, supporting custom block types, dynamic block rendering, and block-based workflows. Built for the DTU GreenHope project.",
"displayName": "Rich Block Plugin - DTU GreenHope 2024"
}