tachybase_todo/packages/plugins/@tachybase/plugin-wechat-official-account/package.json
ALIANG bb82ade8cf feat: official-account (#1348)
Reviewed-on: daoyoucloud/tachybase#1348
Reviewed-by: sealday <zhanglin@daoyoucloud.com>
Co-authored-by: ALIANG <2650321653@qq.com>
Co-committed-by: ALIANG <2650321653@qq.com>
2024-07-18 18:29:19 +08:00

20 lines
507 B
JSON

{
"name": "@tachybase/plugin-wechat-official-account",
"version": "0.21.73",
"main": "dist/server/index.js",
"dependencies": {
"@types/xml2js": "^0.4.14",
"antd": "^5.18.3",
"body-parser": "^1.20.2",
"koa-bodyparser": "^4.3.0",
"react-router-dom": "^6.11.2",
"xml2js": "^0.6.2"
},
"peerDependencies": {
"@tachybase/client": "workspace:*",
"@tachybase/plugin-auth": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*"
}
}