mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 18:46:55 +00:00
25 lines
699 B
JSON
25 lines
699 B
JSON
{
|
|
"name": "@nocobase/plugin-china-region",
|
|
"version": "0.13.0-alpha.5",
|
|
"displayName": "China region",
|
|
"displayName.zh-CN": "中国行政区",
|
|
"description": "China region field",
|
|
"description.zh-CN": "拓展的中国行政区字段",
|
|
"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": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
|
}
|