mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 14:16:26 +00:00
34 lines
950 B
JSON
34 lines
950 B
JSON
{
|
|
"name": "@nocobase/plugin-china-region",
|
|
"version": "0.11.1-alpha.5",
|
|
"displayName": "china-region",
|
|
"displayName.zh-CN": "中国行政区",
|
|
"description": "Chinese Administrative Division Plugin, including all administrative regions of China.",
|
|
"description.zh-CN": "中国行政区划插件,内含所有中国行政区域。",
|
|
"main": "./lib/server/index.js",
|
|
"files": [
|
|
"lib",
|
|
"src",
|
|
"README.md",
|
|
"README.zh-CN.md",
|
|
"CHANGELOG.md",
|
|
"server.js",
|
|
"server.d.ts",
|
|
"client.js",
|
|
"client.d.ts"
|
|
],
|
|
"license": "AGPL-3.0",
|
|
"dependencies": {
|
|
"china-division": "^2.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@formily/core": "^2.2.27",
|
|
"@formily/react": "^2.2.27",
|
|
"@nocobase/client": "0.11.1-alpha.5",
|
|
"@nocobase/database": "0.11.1-alpha.5",
|
|
"@nocobase/server": "0.11.1-alpha.5",
|
|
"@nocobase/test": "0.11.1-alpha.5"
|
|
},
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
|
}
|