nocobase/packages/plugins/china-region/package.json
2023-07-08 08:29:33 +08:00

34 lines
948 B
JSON

{
"name": "@nocobase/plugin-china-region",
"version": "0.11.0-alpha.1",
"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.26",
"@formily/react": "2.2.26",
"@nocobase/client": "0.11.0-alpha.1",
"@nocobase/database": "0.11.0-alpha.1",
"@nocobase/server": "0.11.0-alpha.1",
"@nocobase/test": "0.11.0-alpha.1"
},
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
}