sealday
37d54faae3
Co-authored-by: sealday <sealday@gmail.com> Reviewed-on: daoyoucloud/tachybase#1332
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"name": "@tachybase/plugin-acl",
|
|
"displayName": "Access control",
|
|
"version": "0.21.74",
|
|
"description": "Based on roles, resources, and actions, access control can precisely manage interface configuration permissions, data operation permissions, menu access permissions, and plugin permissions.",
|
|
"keywords": [
|
|
"Users & permissions"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "./dist/server/index.js",
|
|
"devDependencies": {
|
|
"@ant-design/icons": "^5.3.7",
|
|
"@tachybase/components": "workspace:*",
|
|
"@tachybase/schema": "workspace:*",
|
|
"@types/jsonwebtoken": "^8.5.8",
|
|
"ahooks": "^3.7.2",
|
|
"antd": "5.19.1",
|
|
"async-mutex": "^0.3.2",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"lodash": "4.17.21",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-i18next": "^14.1.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@tachybase/acl": "workspace:*",
|
|
"@tachybase/actions": "workspace:*",
|
|
"@tachybase/cache": "workspace:*",
|
|
"@tachybase/client": "workspace:*",
|
|
"@tachybase/database": "workspace:*",
|
|
"@tachybase/server": "workspace:*",
|
|
"@tachybase/test": "workspace:*",
|
|
"@tachybase/utils": "workspace:*"
|
|
},
|
|
"description.zh-CN": "基于角色、资源和操作的权限控制,可以精确控制界面配置权限、数据操作权限、菜单访问权限、插件权限。",
|
|
"displayName.zh-CN": "权限控制"
|
|
}
|