nocobase/packages/plugins/ui-schema-storage/package.json

17 lines
512 B
JSON
Raw Normal View History

{
2022-01-19 02:18:53 +00:00
"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.1-alpha.1",
2023-01-11 03:58:47 +00:00
"license": "AGPL-3.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"devDependencies": {
"@formily/json-schema": "2.2.26",
"@nocobase/test": "0.10.1-alpha.1"
},
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
}