2024-03-07 20:55:41 +08:00
{
"name" : "@hera/plugin-rental" ,
2024-03-29 01:40:15 +08:00
"version" : "1.7.0" ,
2024-03-07 20:55:41 +08:00
"main" : "dist/server/index.js" ,
"displayName" : "professional construction materials rental system - customized based on hera" ,
2024-03-29 01:47:57 +08:00
"displayName.zh-CN" : "创兴管理系统" ,
2024-03-07 20:55:41 +08:00
"description" : "Offering a standardized leasing management system, encompassing comprehensive administration from materials to contracts to labor personnel, while providing a robust financial management mechanism, and real-time monitoring of the operational capacity of the leasing system." ,
"description.zh-CN" : "提供标准化的租赁管理系统,包括从物料到合同再到劳务人员的全面管理,同时提供健全的财务管理机制,以及实时监控租赁体系的运作能力。" ,
"devDependencies" : {
"@formily/core" : "^2.2.27" ,
"@formily/react" : "^2.2.27" ,
"react" : "18.*" ,
"antd" : "5.*" ,
2024-03-08 21:05:56 +08:00
"flatted" : "^3.2.9" ,
2024-03-07 20:55:41 +08:00
"qrcode" : "^1.5.1" ,
2024-03-09 00:08:19 +08:00
"ahooks" : "^3.7.2" ,
2024-03-07 20:55:41 +08:00
"dayjs" : "^1.11.8" ,
"react-router-dom" : "^6.11.2" ,
"qrcode.react" : "^3.1.0"
} ,
"peerDependencies" : {
"@hera/plugin-core" : "1.x" ,
2024-03-29 01:47:57 +08:00
"@nocobase/plugin-data-visualizatio" : "0.x" ,
2024-03-07 20:55:41 +08:00
"@nocobase/client" : "0.x" ,
"@nocobase/server" : "0.x" ,
"@nocobase/test" : "0.x"
} ,
"keywords" : [
"System management"
]
2024-03-29 01:40:15 +08:00
}