nocobase/packages/plugins/@nocobase/plugin-china-region/package.json
katherinehhh 44a70107af
refactor: plugin manager optimize & support keywords (#3467)
* 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>
2024-02-02 12:02:18 +08:00

28 lines
915 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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"]
}