2024-03-07 20:55:41 +08:00
{
"name" : "@hera/plugin-rental" ,
"displayName" : "professional construction materials rental system - customized based on hera" ,
2024-05-23 17:10:55 +08:00
"version" : "1.7.49" ,
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." ,
2024-04-01 13:39:44 +08:00
"keywords" : [
"System management"
] ,
"main" : "dist/server/index.js" ,
2024-03-07 20:55:41 +08:00
"devDependencies" : {
2024-04-02 18:13:33 +08:00
"@ant-design/icons" : "^5.3.6" ,
2024-04-29 21:41:13 +08:00
"@tachybase/schema" : "workspace:*" ,
2024-04-01 13:39:44 +08:00
"ahooks" : "^3.7.2" ,
2024-04-10 16:14:26 +08:00
"antd" : "5.16.1" ,
2024-04-01 13:39:44 +08:00
"dayjs" : "^1.11.8" ,
"exceljs" : "^4.4.0" ,
"file-saver" : "^2.0.5" ,
2024-03-08 21:05:56 +08:00
"flatted" : "^3.2.9" ,
2024-04-24 02:39:51 +08:00
"get-stream" : "^6.0.1" ,
2024-04-01 13:39:44 +08:00
"lodash" : "4.17.21" ,
2024-03-07 20:55:41 +08:00
"qrcode" : "^1.5.1" ,
2024-04-01 13:39:44 +08:00
"qrcode.react" : "^3.1.0" ,
2024-04-02 18:13:33 +08:00
"react" : "~18.2.0" ,
2024-03-07 20:55:41 +08:00
"react-router-dom" : "^6.11.2" ,
2024-04-01 13:39:44 +08:00
"sequelize" : "^6.26.0"
2024-03-07 20:55:41 +08:00
} ,
"peerDependencies" : {
2024-04-01 13:39:44 +08:00
"@hera/plugin-core" : "workspace:*" ,
"@nocobase/plugin-collection-manager" : "workspace:*" ,
"@nocobase/plugin-data-visualization" : "workspace:*" ,
2024-05-08 16:20:31 +08:00
"@tachybase/actions" : "workspace:*" ,
"@tachybase/cache" : "workspace:*" ,
"@tachybase/client" : "workspace:*" ,
"@tachybase/database" : "workspace:*" ,
"@tachybase/server" : "workspace:*" ,
"@tachybase/test" : "workspace:*" ,
"@tachybase/utils" : "workspace:*"
2024-03-07 20:55:41 +08:00
} ,
2024-04-01 13:39:44 +08:00
"description.zh-CN" : "提供标准化的租赁管理系统,包括从物料到合同再到劳务人员的全面管理,同时提供健全的财务管理机制,以及实时监控租赁体系的运作能力。" ,
"displayName.zh-CN" : "创兴管理系统"
2024-03-29 01:40:15 +08:00
}