mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 18:37:04 +00:00
30 lines
963 B
JSON
30 lines
963 B
JSON
{
|
|
"name": "@nocobase/plugin-china-region",
|
|
"version": "0.21.0-alpha.1",
|
|
"displayName": "Administrative divisions of China",
|
|
"displayName.zh-CN": "中国行政区划",
|
|
"description": "Provides data and field type for administrative divisions of China.",
|
|
"description.zh-CN": "提供中国行政区划数据和字段类型。",
|
|
"main": "./dist/server/index.js",
|
|
"homepage": "https://docs.nocobase.com/handbook/china-region",
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/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": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
|
|
"keywords": [
|
|
"Fields"
|
|
]
|
|
}
|