tachybase_todo/packages/plugins/@hera/plugin-core/package.json

60 lines
1.7 KiB
JSON
Raw Normal View History

2024-03-07 20:55:41 +08:00
{
"name": "@hera/plugin-core",
"displayName": "Hera platform",
"version": "1.7.28",
"description": "Hera platform",
"keywords": [
"System management"
],
2024-03-07 20:55:41 +08:00
"main": "dist/server/index.js",
"devDependencies": {
"@ant-design/cssinjs": "^1.11.1",
"@ant-design/icons": "~5.3.6",
"@ant-design/pro-layout": "^7.16.11",
"@formily/antd-v5": "1.x",
2024-03-07 20:55:41 +08:00
"@react-pdf/renderer": "^3.3.2",
"@tachybase/components": "workspace:*",
"@tachybase/schema": "workspace:*",
"@types/lodash": "~4.17.0",
"ahooks": "^3.7.2",
"antd": "5.16.1",
"classnames": "^2.3.1",
2024-03-07 20:55:41 +08:00
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.8",
2024-03-07 20:55:41 +08:00
"exceljs": "^4.4.0",
"file-saver": "^2.0.5",
"flat": "^5.0.2",
2024-03-07 20:55:41 +08:00
"fs-extra": "^11.1.1",
"jsonwebtoken": "^8.5.1",
"lodash": "4.17.21",
"path-to-regexp": "^6.1.0",
2024-03-07 20:55:41 +08:00
"qrcode": "^1.5.1",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-error-boundary": "^4.0.10",
"react-i18next": "^11.15.1",
2024-03-07 20:55:41 +08:00
"react-pdf": "^7.5.1",
"react-router-dom": "^6.11.2",
"react-transition-group": "^4.4.5",
"redis": "^4.6.11",
"signature_pad": "4.1.7",
"throttle-debounce": "^5.0.0",
"vitest": "^1.4.0",
"ws": "^8.13.0"
2024-03-07 20:55:41 +08:00
},
"peerDependencies": {
"@nocobase/actions": "workspace:*",
"@nocobase/client": "workspace:*",
"@nocobase/database": "workspace:*",
"@nocobase/evaluators": "workspace:*",
"@nocobase/plugin-acl": "workspace:*",
"@nocobase/server": "workspace:*",
"@nocobase/test": "workspace:*",
"@nocobase/utils": "workspace:*",
"@tachybase/plugin-workflow": "workspace:*",
"@tachybase/schema": "workspace:*"
2024-03-07 20:55:41 +08:00
},
"description.zh-CN": "提供标准赫拉平台能力",
"displayName.zh-CN": "赫拉平台"
}