mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 19:38:05 +00:00
35 lines
676 B
JSON
35 lines
676 B
JSON
{
|
|
"version": "1.0.0",
|
|
"componentsMap": [
|
|
{
|
|
"package": "example-package",
|
|
"version": "1.2.3",
|
|
"exportName": "Bar",
|
|
"main": "lib/index.js",
|
|
"destructuring": false,
|
|
"subName": "",
|
|
"componentName": "Foo"
|
|
}
|
|
],
|
|
"componentsTree": [
|
|
{
|
|
"componentName": "Page",
|
|
"id": "node_ocl137q7oc1",
|
|
"fileName": "test",
|
|
"props": { "style": {} },
|
|
"lifeCycles": {},
|
|
"dataSource": { "list": [] },
|
|
"state": {},
|
|
"methods": {},
|
|
"children": [
|
|
{
|
|
"componentName": "Foo",
|
|
"id": "node_ocl137q7oc4",
|
|
"props": {}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"i18n": {}
|
|
}
|