tachybase_todo/packages/plugins/@hera/plugin-rental/package.json

43 lines
1.7 KiB
JSON
Raw Normal View History

2024-03-07 20:55:41 +08:00
{
"name": "@hera/plugin-rental",
"displayName": "professional construction materials rental system - customized based on hera",
"version": "1.7.106",
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.",
"keywords": [
"System management"
],
"main": "dist/server/index.js",
2024-03-07 20:55:41 +08:00
"devDependencies": {
"@ant-design/icons": "^5.3.7",
"@tachybase/schema": "workspace:*",
"@types/lodash": "4.17.5",
"ahooks": "^3.7.2",
"antd": "5.19.4",
"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",
"get-stream": "^6.0.1",
"lodash": "4.17.21",
2024-03-07 20:55:41 +08:00
"qrcode": "^1.5.1",
"qrcode.react": "^3.1.0",
"react": "~18.3.1",
"react-router-dom": "^6.25.1",
"sequelize": "^6.26.0"
2024-03-07 20:55:41 +08:00
},
"peerDependencies": {
"@hera/plugin-core": "workspace:*",
"@tachybase/actions": "workspace:*",
"@tachybase/cache": "workspace:*",
"@tachybase/client": "workspace:*",
"@tachybase/database": "workspace:*",
"@tachybase/plugin-collection-manager": "workspace:*",
"@tachybase/plugin-data-visualization": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*",
"@tachybase/utils": "workspace:*"
2024-03-07 20:55:41 +08:00
},
"description.zh-CN": "提供标准化的租赁管理系统,包括从物料到合同再到劳务人员的全面管理,同时提供健全的财务管理机制,以及实时监控租赁体系的运作能力。",
"displayName.zh-CN": "创兴管理系统"
}