mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 17:55:56 +00:00
25 lines
754 B
JSON
25 lines
754 B
JSON
{
|
||
"name": "@nocobase/plugin-china-region",
|
||
"version": "0.18.0-alpha.9",
|
||
"displayName": "China region",
|
||
"displayName.zh-CN": "中国行政区",
|
||
"description": "Provides China region data and field interface",
|
||
"description.zh-CN": "提供中国行政区数据和字段(Interface)类型",
|
||
"main": "./dist/server/index.js",
|
||
"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"
|
||
}
|