2023-07-17 23:23:44 +08:00
|
|
|
{
|
2024-05-24 01:06:06 +08:00
|
|
|
"name": "@tachybase/plugin-localization-management",
|
2024-04-01 13:39:44 +08:00
|
|
|
"displayName": "Localization",
|
2024-06-06 16:18:48 +08:00
|
|
|
"version": "0.21.46",
|
2024-04-01 13:39:44 +08:00
|
|
|
"description": "Allows to manage localization resources of the application.",
|
|
|
|
"keywords": [
|
|
|
|
"System management"
|
|
|
|
],
|
2024-05-23 12:50:54 +08:00
|
|
|
"license": "Apache-2.0",
|
2024-04-01 13:39:44 +08:00
|
|
|
"main": "dist/server/index.js",
|
2023-07-17 23:23:44 +08:00
|
|
|
"devDependencies": {
|
2024-04-02 18:13:33 +08:00
|
|
|
"@ant-design/icons": "^5.3.6",
|
2024-04-29 21:41:13 +08:00
|
|
|
"@tachybase/schema": "workspace:*",
|
2024-04-01 13:39:44 +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
|
|
|
"deepmerge": "^4.3.1",
|
|
|
|
"react-i18next": "^11.15.1"
|
2023-07-17 23:23:44 +08:00
|
|
|
},
|
2023-08-02 00:07:52 +08:00
|
|
|
"peerDependencies": {
|
2024-05-08 16:20:31 +08:00
|
|
|
"@tachybase/actions": "workspace:*",
|
|
|
|
"@tachybase/cache": "workspace:*",
|
|
|
|
"@tachybase/client": "workspace:*",
|
|
|
|
"@tachybase/database": "workspace:*",
|
2024-05-24 01:06:06 +08:00
|
|
|
"@tachybase/plugin-client": "workspace:*",
|
|
|
|
"@tachybase/plugin-ui-schema-storage": "workspace:*",
|
2024-05-08 16:20:31 +08:00
|
|
|
"@tachybase/server": "workspace:*",
|
|
|
|
"@tachybase/test": "workspace:*"
|
2023-08-02 00:07:52 +08:00
|
|
|
},
|
2024-02-22 09:29:30 +08:00
|
|
|
"description.zh-CN": "支持管理应用程序的本地化资源。",
|
2024-05-24 13:06:59 +08:00
|
|
|
"displayName.zh-CN": "本地化"
|
2023-07-26 17:37:20 +08:00
|
|
|
}
|