huahua
b6b94e200e
Co-authored-by: root <root@huahua.daoyoucloud.com> Co-authored-by: TomyJan <TomyJan6@gmail.com> Reviewed-on: daoyoucloud/tachybase#1364 Reviewed-by: sealday <zhanglin@daoyoucloud.com> Co-authored-by: huahua <1494133104@qq.com> Co-committed-by: huahua <1494133104@qq.com>
25 lines
627 B
JSON
25 lines
627 B
JSON
{
|
|
"name": "@tachybase/plugin-work-wechat",
|
|
"version": "0.21.74",
|
|
"description": "work WeChat authentication.",
|
|
"keywords": [
|
|
"Authentication"
|
|
],
|
|
"main": "dist/server/index.js",
|
|
"dependencies": {
|
|
"@ant-design/icons": "^5.3.7",
|
|
"ahooks": "^3.8.0",
|
|
"antd": "5.19.1",
|
|
"axios": "^1.7.2",
|
|
"react-router-dom": "^6.25.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@tachybase/actions": "workspace:*",
|
|
"@tachybase/auth": "workspace:*",
|
|
"@tachybase/client": "workspace:*",
|
|
"@tachybase/plugin-auth": "workspace:*",
|
|
"@tachybase/server": "workspace:*",
|
|
"@tachybase/test": "workspace:*"
|
|
}
|
|
}
|