2023-02-21 12:12:21 +00:00
{
"name" : "@nocobase/plugin-formula-field" ,
2024-02-22 15:13:31 +00:00
"displayName" : "Collection field: Formula" ,
"displayName.zh-CN" : "数据表字段:公式" ,
"description" : "Configure and store the results of calculations between multiple field values in the same record, supporting both Math.js and Excel formula functions." ,
"description.zh-CN" : "可以配置并存储同一条记录的多字段值之间的计算结果,支持 Math.js 和 Excel formula functions 两种引擎" ,
2024-03-04 13:37:43 +00:00
"version" : "0.20.0-alpha.3" ,
2023-02-21 12:12:21 +00:00
"license" : "AGPL-3.0" ,
2023-08-01 16:07:52 +00:00
"main" : "./dist/server/index.js" ,
2024-02-02 04:02:18 +00:00
"homepage" : "https://docs.nocobase.com/plugins/formula-field" ,
"homepage.zh-CN" : "https://docs-cn.nocobase.com/plugins/formula-field" ,
2023-02-21 12:12:21 +00:00
"devDependencies" : {
2023-08-01 16:07:52 +00:00
"@formily/antd-v5" : "1.x" ,
"@formily/core" : "2.x" ,
"@formily/react" : "2.x" ,
"@formily/reactive" : "2.x" ,
2023-07-08 00:29:33 +00:00
"react" : "^18.2.0" ,
"react-i18next" : "^11.15.1"
2023-08-01 16:07:52 +00:00
} ,
"peerDependencies" : {
"@nocobase/client" : "0.x" ,
"@nocobase/database" : "0.x" ,
"@nocobase/evaluators" : "0.x" ,
"@nocobase/server" : "0.x" ,
"@nocobase/test" : "0.x" ,
"@nocobase/utils" : "0.x"
2023-12-29 07:49:02 +00:00
} ,
2024-02-02 04:02:18 +00:00
"gitHead" : "979a9c59a98c61a2287dd847580746a9b597cbde" ,
2024-02-05 13:10:48 +00:00
"keywords" : [
2024-02-22 15:13:31 +00:00
"Collection fields"
2024-02-05 13:10:48 +00:00
]
2023-02-21 12:12:21 +00:00
}