mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 21:26:59 +00:00
bdcbe7392f
* 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>
17 lines
512 B
JSON
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"
|
|
}
|