2024-07-23 01:10:52 +08:00
|
|
|
{
|
|
|
|
"name": "@tachybase/plugin-work-wechat",
|
2024-09-12 13:37:57 +08:00
|
|
|
"version": "0.21.91",
|
2024-07-23 01:10:52 +08:00
|
|
|
"description": "work WeChat authentication.",
|
|
|
|
"keywords": [
|
|
|
|
"Authentication"
|
|
|
|
],
|
|
|
|
"main": "dist/server/index.js",
|
|
|
|
"dependencies": {
|
|
|
|
"@ant-design/icons": "^5.3.7",
|
|
|
|
"ahooks": "^3.8.0",
|
2024-08-02 02:26:19 +08:00
|
|
|
"antd": "5.19.4",
|
2024-07-23 01:10:52 +08:00
|
|
|
"axios": "^1.7.2",
|
|
|
|
"react-router-dom": "^6.25.1"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"@tachybase/actions": "workspace:*",
|
|
|
|
"@tachybase/auth": "workspace:*",
|
|
|
|
"@tachybase/client": "workspace:*",
|
2024-07-25 18:33:50 +08:00
|
|
|
"@tachybase/database": "workspace:*",
|
2024-07-23 01:10:52 +08:00
|
|
|
"@tachybase/plugin-auth": "workspace:*",
|
|
|
|
"@tachybase/server": "workspace:*",
|
|
|
|
"@tachybase/test": "workspace:*"
|
|
|
|
}
|
|
|
|
}
|