tachybase_todo/packages/plugins/@hera/plugin-rental/package.json
sealday 12fe07e197 update (#362)
<!-- Note -->
<!-- This is a template for submitting a new feature.
Use the bug fix template if you're submitting a bug fix pull request by adding `template=bug_fix.md` to your pull request URL. -->

# Description
<!-- Describe the new feature or modification to an existing feature clearly and consciously. -->

# Motivation
<!-- Explain the reason for adding or modifying this feature. -->

# Key changes
<!-- Provide a technically detailed description of the key changes made. -->
- Frontend
- Backend

# Test plan
## Suggestions
<!-- Provide any suggestions or recommendations for improvements in the testing plan. -->

## Underlying risk
<!-- Identify any potential risks or issues that may arise from the new feature or modification. -->

# Showcase
<!-- Including any screenshots of the new feature or modification. -->

Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachycode#362
2024-03-13 15:11:31 +08:00

31 lines
1.2 KiB
JSON

{
"name": "@hera/plugin-rental",
"version": "1.4.0-alpha.13",
"main": "dist/server/index.js",
"displayName": "professional construction materials rental system - customized based on hera",
"displayName.zh-CN": "专业建材租赁系统 - 基于赫拉定制",
"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.*",
"flatted": "^3.2.9",
"qrcode": "^1.5.1",
"ahooks": "^3.7.2",
"dayjs": "^1.11.8",
"react-router-dom": "^6.11.2",
"qrcode.react": "^3.1.0"
},
"peerDependencies": {
"@hera/plugin-core": "1.x",
"@nocobase/client": "0.x",
"@nocobase/server": "0.x",
"@nocobase/test": "0.x"
},
"keywords": [
"System management"
]
}