tachybase_todo/packages/plugins/@hera/plugin-core/package.json
sealday c85a0f1677 chore(version): release v0.22.5 (#1575)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1575
2024-09-27 13:44:26 +08:00

62 lines
1.8 KiB
JSON

{
"name": "@hera/plugin-core",
"displayName": "Hera platform",
"version": "1.8.5",
"description": "Hera platform",
"keywords": [
"System management"
],
"main": "dist/server/index.js",
"devDependencies": {
"@alicloud/captcha20230305": "^1.1.3",
"@ant-design/icons": "~5.3.7",
"@react-pdf/renderer": "^3.3.2",
"@tachybase/components": "workspace:*",
"@tachybase/schema": "workspace:*",
"@types/lodash": "~4.17.5",
"ahooks": "^3.7.2",
"antd": "5.19.4",
"classnames": "^2.3.1",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.8",
"exceljs": "^4.4.0",
"file-saver": "^2.0.5",
"flat": "^5.0.2",
"fs-extra": "^11.1.1",
"jsonwebtoken": "^8.5.1",
"lodash": "4.17.21",
"nanoid": "^5.0.7",
"path-to-regexp": "^6.1.0",
"qrcode": "^1.5.1",
"qrcode.react": "^3.1.0",
"react": "^18.3.1",
"react-error-boundary": "^4.0.10",
"react-i18next": "^14.1.2",
"react-pdf": "^7.5.1",
"react-router-dom": "^6.25.1",
"react-transition-group": "^4.4.5",
"react-zoom-pan-pinch": "^3.4.4",
"redis": "^4.6.11",
"sequelize": "^6.37.3",
"signature_pad": "4.1.7",
"throttle-debounce": "^5.0.0",
"vitest": "^1.4.0",
"ws": "^8.13.0"
},
"peerDependencies": {
"@tachybase/actions": "workspace:*",
"@tachybase/client": "workspace:*",
"@tachybase/data-source-manager": "workspace:*",
"@tachybase/database": "workspace:*",
"@tachybase/evaluators": "workspace:*",
"@tachybase/plugin-acl": "workspace:*",
"@tachybase/plugin-workflow": "workspace:*",
"@tachybase/schema": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*",
"@tachybase/utils": "workspace:*"
},
"description.zh-CN": "提供标准赫拉平台能力",
"displayName.zh-CN": "赫拉平台"
}