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-04-03 15:31:25 +00:00
"version" : "0.21.0-alpha.2" ,
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-03-04 15:02:29 +00:00
"homepage" : "https://docs.nocobase.com/handbook/field-formula" ,
"homepage.zh-CN" : "https://docs-cn.nocobase.com/handbook/field-formula" ,
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-03-04 15:02:29 +00:00
"gitHead" : "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1" ,
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
}