sealday
2b698c6c3d
Co-authored-by: sealday <sealday@gmail.com> Reviewed-on: daoyoucloud/tachybase#1563
26 lines
668 B
JSON
26 lines
668 B
JSON
{
|
|
"name": "@tachybase/plugin-work-wechat",
|
|
"version": "0.22.4",
|
|
"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.4",
|
|
"axios": "^1.7.2",
|
|
"react-router-dom": "^6.25.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@tachybase/actions": "workspace:*",
|
|
"@tachybase/auth": "workspace:*",
|
|
"@tachybase/client": "workspace:*",
|
|
"@tachybase/database": "workspace:*",
|
|
"@tachybase/plugin-auth": "workspace:*",
|
|
"@tachybase/server": "workspace:*",
|
|
"@tachybase/test": "workspace:*"
|
|
}
|
|
}
|