mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 13:16:08 +00:00
0fe5b5367a
* chore: upgrade antd to 5.7.3 * chore: fix build * chore: fix build
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "@nocobase/plugin-api-keys",
|
|
"displayName": "API keys",
|
|
"displayName.zh-CN": "API keys",
|
|
"description": "Allow users to use API key to access NocoBase's api",
|
|
"description.zh-CN": "允许用户使用 API key 访问 NocoBase 的 api",
|
|
"version": "0.11.1-alpha.5",
|
|
"license": "AGPL-3.0",
|
|
"main": "./lib/server/index.js",
|
|
"files": [
|
|
"lib",
|
|
"src",
|
|
"README.md",
|
|
"README.zh-CN.md",
|
|
"CHANGELOG.md",
|
|
"server.js",
|
|
"server.d.ts",
|
|
"client.js",
|
|
"client.d.ts"
|
|
],
|
|
"devDependencies": {
|
|
"@formily/react": "^2.2.27",
|
|
"@formily/shared": "^2.2.27",
|
|
"@nocobase/actions": "0.11.1-alpha.5",
|
|
"@nocobase/client": "0.11.1-alpha.5",
|
|
"@nocobase/database": "0.11.1-alpha.5",
|
|
"@nocobase/resourcer": "0.11.1-alpha.5",
|
|
"@nocobase/server": "0.11.1-alpha.5",
|
|
"@nocobase/test": "0.11.1-alpha.5",
|
|
"@nocobase/utils": "0.11.1-alpha.5",
|
|
"antd": "^5.7.3",
|
|
"dayjs": "^1.11.8",
|
|
"i18next": "^22.4.9",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-i18next": "^11.15.1"
|
|
},
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
|
}
|