tachybase_todo/packages/plugins/@tachybase/plugin-localization-management/package.json

32 lines
989 B
JSON

{
"name": "@tachybase/plugin-localization-management",
"displayName": "Localization",
"version": "0.21.62",
"description": "Allows to manage localization resources of the application.",
"keywords": [
"System management"
],
"license": "Apache-2.0",
"main": "dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "^5.3.7",
"@tachybase/schema": "workspace:*",
"ahooks": "^3.7.2",
"antd": "5.18.3",
"deepmerge": "^4.3.1",
"react-i18next": "^14.1.2"
},
"peerDependencies": {
"@tachybase/actions": "workspace:*",
"@tachybase/cache": "workspace:*",
"@tachybase/client": "workspace:*",
"@tachybase/database": "workspace:*",
"@tachybase/plugin-client": "workspace:*",
"@tachybase/plugin-ui-schema-storage": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*"
},
"description.zh-CN": "支持管理应用程序的本地化资源。",
"displayName.zh-CN": "本地化"
}