nocobase/packages/plugins/ui-schema-storage/package.json
chenos bdcbe7392f
chore(deps): bump formily from 2.2.24 to 2.2.26 (#2088)
* chore(deps): bump formily from 2.2.24 to 2.2.25

* chore(deps): bump formily from 2.2.25 to 2.2.26

* chore: update yarn.lock

---------

Co-authored-by: Rairn <958414905@qq.com>
2023-06-23 07:55:44 +08:00

17 lines
512 B
JSON

{
"name": "@nocobase/plugin-ui-schema-storage",
"displayName": "UI schema storage",
"displayName.zh-CN": "UI schema",
"description": "A plugin used for managing page UI schemas.",
"description.zh-CN": "UI schema 配置。",
"version": "0.10.0-alpha.2",
"license": "AGPL-3.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"devDependencies": {
"@formily/json-schema": "2.2.26",
"@nocobase/test": "0.10.0-alpha.2"
},
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
}