2024-09-10 11:00:16 +08:00
|
|
|
{
|
|
|
|
"name": "@tachybase/plugin-wechat-auth",
|
|
|
|
"displayName": "Auth: WeChat",
|
2024-09-23 14:51:13 +08:00
|
|
|
"version": "0.22.3",
|
2024-09-10 11:00:16 +08:00
|
|
|
"description": "WeChat authentication.",
|
|
|
|
"keywords": [
|
|
|
|
"Authentication"
|
|
|
|
],
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"main": "dist/server/index.js",
|
|
|
|
"devDependencies": {
|
|
|
|
"@ant-design/icons": "~5.3.7",
|
|
|
|
"antd": "5.19.4",
|
2024-09-10 13:55:45 +08:00
|
|
|
"react-i18next": "^14.1.2",
|
2024-09-10 11:00:16 +08:00
|
|
|
"react-router-dom": "^6.25.1"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"@tachybase/actions": "workspace:*",
|
|
|
|
"@tachybase/auth": "workspace:*",
|
|
|
|
"@tachybase/client": "workspace:*",
|
|
|
|
"@tachybase/database": "workspace:*",
|
|
|
|
"@tachybase/plugin-auth": "workspace:*",
|
|
|
|
"@tachybase/schema": "workspace:*",
|
|
|
|
"@tachybase/server": "workspace:*"
|
|
|
|
},
|
|
|
|
"description.zh-CN": "通过微信扫码认证身份。",
|
|
|
|
"displayName.zh-CN": "认证:微信"
|
|
|
|
}
|