mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 17:20:57 +00:00
44a70107af
* refactor: plugin manager refactor * refactor: plugin manager keywords * refactor: plugin manager keywords * refactor: disabled plugin support seccend confirm * refactor: plugin manager * refactor: plugin manager * refactor: plugin manager * refactor: plugin manager * refactor: plugin manager * refactor: plugin manager * fix: styles * fix: 4 * refactor: plugin manger sort by display name * refactor: plugin manger homepage * refactor: plugin manger keyword --------- Co-authored-by: chenos <chenlinxh@gmail.com>
28 lines
915 B
JSON
28 lines
915 B
JSON
{
|
||
"name": "@nocobase/plugin-china-region",
|
||
"version": "0.19.0-alpha.5",
|
||
"displayName": "China region",
|
||
"displayName.zh-CN": "中国行政区",
|
||
"description": "Provides China region data and field interface",
|
||
"description.zh-CN": "提供中国行政区数据和字段(Interface)类型",
|
||
"main": "./dist/server/index.js",
|
||
"homepage": "https://docs.nocobase.com/plugins/china-region",
|
||
"homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/china-region",
|
||
"license": "AGPL-3.0",
|
||
"devDependencies": {
|
||
"@formily/core": "2.x",
|
||
"@formily/react": "2.x",
|
||
"@types/cross-spawn": "^6.0.2",
|
||
"china-division": "^2.4.0",
|
||
"cross-spawn": "^7.0.3"
|
||
},
|
||
"peerDependencies": {
|
||
"@nocobase/client": "0.x",
|
||
"@nocobase/database": "0.x",
|
||
"@nocobase/server": "0.x",
|
||
"@nocobase/test": "0.x"
|
||
},
|
||
"gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde",
|
||
"keywords":["field"]
|
||
}
|