2024-07-18 18:29:19 +08:00
|
|
|
{
|
|
|
|
"name": "@tachybase/plugin-wechat-official-account",
|
2024-08-15 10:59:19 +08:00
|
|
|
"version": "0.21.82",
|
2024-07-30 11:08:16 +08:00
|
|
|
"keywords": [
|
|
|
|
"Authentication"
|
|
|
|
],
|
2024-07-18 18:29:19 +08:00
|
|
|
"main": "dist/server/index.js",
|
|
|
|
"dependencies": {
|
2024-07-30 11:08:16 +08:00
|
|
|
"@ant-design/icons": "^5.3.7",
|
2024-07-18 18:29:19 +08:00
|
|
|
"@types/xml2js": "^0.4.14",
|
2024-08-02 02:26:19 +08:00
|
|
|
"antd": "5.19.4",
|
2024-07-30 11:08:16 +08:00
|
|
|
"axios": "^1.7.2",
|
2024-07-18 18:29:19 +08:00
|
|
|
"body-parser": "^1.20.2",
|
2024-07-30 11:08:16 +08:00
|
|
|
"jsonwebtoken": "^8.5.1",
|
2024-07-18 18:29:19 +08:00
|
|
|
"koa-bodyparser": "^4.3.0",
|
2024-07-30 11:08:16 +08:00
|
|
|
"qrcode.react": "^3.1.0",
|
2024-07-18 18:29:19 +08:00
|
|
|
"react-router-dom": "^6.11.2",
|
2024-08-02 20:35:40 +08:00
|
|
|
"sequelize": "^6.37.3",
|
2024-07-18 18:29:19 +08:00
|
|
|
"xml2js": "^0.6.2"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2024-07-31 03:15:26 +08:00
|
|
|
"@tachybase/actions": "workspace:*",
|
2024-07-18 18:29:19 +08:00
|
|
|
"@tachybase/client": "workspace:*",
|
|
|
|
"@tachybase/plugin-auth": "workspace:*",
|
|
|
|
"@tachybase/server": "workspace:*",
|
|
|
|
"@tachybase/test": "workspace:*"
|
|
|
|
}
|
|
|
|
}
|