mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 16:36:56 +00:00
34 lines
932 B
JSON
34 lines
932 B
JSON
{
|
|
"name": "@nocobase/plugin-snapshot-field",
|
|
"displayName": "Snapshot field",
|
|
"displayName.zh-CN": "关系快照字段",
|
|
"description": "",
|
|
"description.zh-CN": "",
|
|
"version": "0.19.0-alpha.5",
|
|
"license": "AGPL-3.0",
|
|
"main": "./dist/server/index.js",
|
|
"homepage": "https://docs.nocobase.com/plugins/snapshot-field",
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/snapshot-field",
|
|
"devDependencies": {
|
|
"@ant-design/icons": "5.x",
|
|
"@formily/core": "2.x",
|
|
"@formily/react": "2.x",
|
|
"@formily/shared": "2.x",
|
|
"antd": "5.x",
|
|
"rc-tree-select": "5.5.5",
|
|
"react": "18.x",
|
|
"react-i18next": "^11.15.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@nocobase/client": "0.x",
|
|
"@nocobase/database": "0.x",
|
|
"@nocobase/server": "0.x",
|
|
"@nocobase/test": "0.x",
|
|
"@nocobase/utils": "0.x"
|
|
},
|
|
"gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde",
|
|
"keywords": [
|
|
"Fields"
|
|
]
|
|
}
|