6d1a4425f2
* feat: iframe-block plugin done * refactor: iframe html filed type changed * refactor: remove built-in actions in the ACL * refactor: use built-in resource action * fix: add iframe-block in built-in plugins * refactor: remove id collection schema * fix: fix iframe-block permission * fix: fix iframe-block permission * fix: improve code * fix: src * fix: bug Co-authored-by: chenos <chenlinxh@gmail.com>
44 lines
1.6 KiB
JSON
44 lines
1.6 KiB
JSON
{
|
|
"name": "@nocobase/preset-nocobase",
|
|
"version": "0.8.0-alpha.13",
|
|
"license": "Apache-2.0",
|
|
"licenses": [
|
|
{
|
|
"type": "Apache-2.0",
|
|
"url": "http://www.apache.org/licenses/LICENSE-2.0"
|
|
}
|
|
],
|
|
"main": "./lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"dependencies": {
|
|
"@nocobase/plugin-acl": "0.8.0-alpha.13",
|
|
"@nocobase/plugin-audit-logs": "0.8.0-alpha.13",
|
|
"@nocobase/plugin-china-region": "0.8.0-alpha.13",
|
|
"@nocobase/plugin-client": "0.8.0-alpha.13",
|
|
"@nocobase/plugin-collection-manager": "0.8.0-alpha.13",
|
|
"@nocobase/plugin-error-handler": "0.8.0-alpha.13",
|
|
"@nocobase/plugin-export": "0.8.0-alpha.13",
|
|
"@nocobase/plugin-file-manager": "0.8.0-alpha.13",
|
|
"@nocobase/plugin-oidc": "0.8.0-alpha.13",
|
|
"@nocobase/plugin-saml": "0.8.0-alpha.13",
|
|
"@nocobase/plugin-import": "0.8.0-alpha.13",
|
|
"@nocobase/plugin-sample-hello": "0.8.0-alpha.13",
|
|
"@nocobase/plugin-sequence-field": "0.8.0-alpha.13",
|
|
"@nocobase/plugin-system-settings": "0.8.0-alpha.13",
|
|
"@nocobase/plugin-ui-routes-storage": "0.8.0-alpha.13",
|
|
"@nocobase/plugin-ui-schema-storage": "0.8.0-alpha.13",
|
|
"@nocobase/plugin-users": "0.8.0-alpha.13",
|
|
"@nocobase/plugin-verification": "0.8.0-alpha.13",
|
|
"@nocobase/plugin-workflow": "0.8.0-alpha.13",
|
|
"@nocobase/plugin-map": "0.8.0-alpha.13",
|
|
"@nocobase/plugin-iframe-block": "0.8.0-alpha.13",
|
|
"@nocobase/server": "0.8.0-alpha.13"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
"directory": "packages/presets/nocobase"
|
|
},
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
|
}
|