2022-01-19 10:09:30 +08:00
|
|
|
{
|
2022-01-19 10:18:53 +08:00
|
|
|
"name": "@nocobase/plugin-ui-schema-storage",
|
2023-05-29 11:06:54 +08:00
|
|
|
"displayName": "UI schema storage",
|
2023-08-02 00:07:52 +08:00
|
|
|
"displayName.zh-CN": "UI schema 存储服务",
|
2024-02-22 23:13:31 +08:00
|
|
|
"description": "Provides centralized UI schema storage service.",
|
|
|
|
"description.zh-CN": "提供中心化的 UI schema 存储服务。",
|
2024-03-11 09:59:08 +08:00
|
|
|
"version": "0.20.0-alpha.8",
|
2023-01-11 11:58:47 +08:00
|
|
|
"license": "AGPL-3.0",
|
2023-08-02 00:07:52 +08:00
|
|
|
"main": "./dist/server/index.js",
|
2024-03-04 23:02:29 +08:00
|
|
|
"homepage": "https://docs.nocobase.com/handbook/ui-schema-storage",
|
|
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/ui-schema-storage",
|
2022-01-19 10:09:30 +08:00
|
|
|
"devDependencies": {
|
2023-08-02 00:07:52 +08:00
|
|
|
"@formily/json-schema": "2.x"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"@nocobase/actions": "0.x",
|
|
|
|
"@nocobase/cache": "0.x",
|
|
|
|
"@nocobase/client": "0.x",
|
|
|
|
"@nocobase/database": "0.x",
|
|
|
|
"@nocobase/plugin-error-handler": "0.x",
|
|
|
|
"@nocobase/plugin-users": "0.x",
|
|
|
|
"@nocobase/resourcer": "0.x",
|
|
|
|
"@nocobase/server": "0.x",
|
|
|
|
"@nocobase/test": "0.x",
|
|
|
|
"@nocobase/utils": "0.x"
|
2022-01-19 10:09:30 +08:00
|
|
|
},
|
2024-03-04 23:02:29 +08:00
|
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
|
2024-02-02 12:02:18 +08:00
|
|
|
"keywords": [
|
2024-02-05 14:37:07 +08:00
|
|
|
"System & security"
|
2024-02-02 12:02:18 +08:00
|
|
|
]
|
2023-07-07 06:56:04 +08:00
|
|
|
}
|