2024-03-07 20:55:41 +08:00
|
|
|
{
|
|
|
|
"name": "@hera/plugin-core",
|
|
|
|
"displayName": "Hera platform",
|
2024-04-18 03:09:15 +08:00
|
|
|
"version": "1.7.19",
|
2024-03-07 20:55:41 +08:00
|
|
|
"description": "Hera platform as nocobase plugin.",
|
2024-04-01 13:39:44 +08:00
|
|
|
"keywords": [
|
|
|
|
"System management"
|
|
|
|
],
|
2024-03-07 20:55:41 +08:00
|
|
|
"main": "dist/server/index.js",
|
|
|
|
"devDependencies": {
|
2024-04-01 13:39:44 +08:00
|
|
|
"@ant-design/cssinjs": "^1.11.1",
|
2024-04-02 18:13:33 +08:00
|
|
|
"@ant-design/icons": "~5.3.6",
|
2024-04-01 13:39:44 +08:00
|
|
|
"@ant-design/pro-layout": "^7.16.11",
|
|
|
|
"@emotion/css": "^11.11.2",
|
2024-03-07 20:55:41 +08:00
|
|
|
"@formily/antd-v5": "1.x",
|
2024-04-02 18:13:33 +08:00
|
|
|
"@nocobase/schema": "workspace:*",
|
2024-03-07 20:55:41 +08:00
|
|
|
"@react-pdf/renderer": "^3.3.2",
|
2024-03-30 03:36:29 +08:00
|
|
|
"ahooks": "^3.7.2",
|
2024-04-10 16:14:26 +08:00
|
|
|
"antd": "5.16.1",
|
2024-04-01 13:39:44 +08:00
|
|
|
"antd-style": "3.4.5",
|
|
|
|
"classnames": "^2.3.1",
|
2024-03-07 20:55:41 +08:00
|
|
|
"copy-to-clipboard": "^3.3.3",
|
2024-04-01 13:39:44 +08:00
|
|
|
"dayjs": "^1.11.8",
|
2024-03-07 20:55:41 +08:00
|
|
|
"exceljs": "^4.4.0",
|
2024-04-01 13:39:44 +08:00
|
|
|
"file-saver": "^2.0.5",
|
|
|
|
"flat": "^5.0.2",
|
2024-03-07 20:55:41 +08:00
|
|
|
"fs-extra": "^11.1.1",
|
2024-04-01 13:39:44 +08:00
|
|
|
"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",
|
2024-04-01 13:39:44 +08:00
|
|
|
"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",
|
2024-04-01 13:39:44 +08:00
|
|
|
"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": {
|
2024-04-01 13:39:44 +08:00
|
|
|
"@nocobase/actions": "workspace:*",
|
|
|
|
"@nocobase/client": "workspace:*",
|
|
|
|
"@nocobase/database": "workspace:*",
|
|
|
|
"@nocobase/evaluators": "workspace:*",
|
|
|
|
"@nocobase/server": "workspace:*",
|
|
|
|
"@nocobase/test": "workspace:*",
|
|
|
|
"@nocobase/utils": "workspace:*"
|
2024-03-07 20:55:41 +08:00
|
|
|
},
|
2024-04-01 13:39:44 +08:00
|
|
|
"description.zh-CN": "提供标准赫拉平台能力",
|
|
|
|
"displayName.zh-CN": "赫拉平台"
|
2024-03-29 01:40:15 +08:00
|
|
|
}
|