mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 15:35:28 +00:00
9e5e96b9e4
* fix: client lib require wrapper * fix: bug * fix: add tsconfig.paths.json * fix: collection dir not exists * fix: improve... * fix: update yarn.lock * fix: db.sync * fix: bugs * fix: bugs * fix: bugs * fix: bugs && allow user custom build config * docs: user custom config docs * refactor: custom user build config * fix: bugs * fix: build plugin-client bug --------- Co-authored-by: chenos <chenlinxh@gmail.com>
33 lines
964 B
JSON
33 lines
964 B
JSON
{
|
|
"name": "@nocobase/plugin-acl",
|
|
"displayName": "ACL",
|
|
"displayName.zh-CN": "权限控制",
|
|
"description": "A simple access control based on roles, resources and actions",
|
|
"description.zh-CN": "基于角色、资源和操作的权限控制。",
|
|
"version": "0.14.0-alpha.3",
|
|
"license": "AGPL-3.0",
|
|
"main": "./dist/server/index.js",
|
|
"devDependencies": {
|
|
"@types/jsonwebtoken": "^8.5.8",
|
|
"async-mutex": "^0.3.2",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@nocobase/acl": "0.x",
|
|
"@nocobase/actions": "0.x",
|
|
"@nocobase/client": "0.x",
|
|
"@nocobase/database": "0.x",
|
|
"@nocobase/server": "0.x",
|
|
"@nocobase/test": "0.x",
|
|
"@nocobase/utils": "0.x"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
"directory": "packages/plugins/acl"
|
|
},
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
|
}
|