2024-05-06 12:41:25 +08:00
|
|
|
{
|
|
|
|
"name": "@hera/plugin-sancongtou",
|
|
|
|
"displayName": "Mobile client: Sancongtou Customization",
|
2024-07-10 20:26:03 +08:00
|
|
|
"version": "0.0.48",
|
2024-05-06 12:41:25 +08:00
|
|
|
"description": "Provide mobile client customization for the sancongtou project.",
|
|
|
|
"main": "dist/server/index.js",
|
|
|
|
"dependencies": {
|
2024-06-13 04:37:42 +08:00
|
|
|
"@ant-design/icons": "^5.3.7",
|
|
|
|
"antd-mobile": "^5.36.1",
|
2024-05-20 10:40:49 +08:00
|
|
|
"react-router-dom": "^6.23.1"
|
2024-05-06 12:41:25 +08:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2024-05-08 16:20:31 +08:00
|
|
|
"@tachybase/client": "0.x",
|
2024-05-20 10:40:49 +08:00
|
|
|
"@tachybase/plugin-mobile-client": "0.x",
|
2024-05-08 16:20:31 +08:00
|
|
|
"@tachybase/server": "0.x",
|
|
|
|
"@tachybase/test": "0.x"
|
2024-05-06 12:41:25 +08:00
|
|
|
},
|
|
|
|
"description.zh-CN": "提供移动端: 定制化的三聪头项目页面,.",
|
|
|
|
"displayName.zh-CN": "移动端: 三聪头,定制化页面配置"
|
|
|
|
}
|