sealday
3565867f54
Co-authored-by: sealday <sealday@gmail.com> Reviewed-on: daoyoucloud/tachybase#1460
21 lines
714 B
JSON
21 lines
714 B
JSON
{
|
|
"name": "@hera/plugin-sancongtou",
|
|
"displayName": "Mobile client: Sancongtou Customization",
|
|
"version": "0.0.61",
|
|
"description": "Provide mobile client customization for the sancongtou project.",
|
|
"main": "dist/server/index.js",
|
|
"dependencies": {
|
|
"@ant-design/icons": "^5.3.7",
|
|
"antd-mobile": "^5.36.1",
|
|
"react-router-dom": "^6.25.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@tachybase/client": "workspace:*",
|
|
"@tachybase/plugin-mobile-client": "workspace:*",
|
|
"@tachybase/server": "workspace:*",
|
|
"@tachybase/test": "workspace:*"
|
|
},
|
|
"description.zh-CN": "提供移动端: 定制化的三聪头项目页面,.",
|
|
"displayName.zh-CN": "移动端: 三聪头,定制化页面配置"
|
|
}
|