nocobase/packages/plugins/@nocobase/plugin-china-region/package.json
2023-11-01 09:52:49 +08:00

25 lines
754 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "@nocobase/plugin-china-region",
"version": "0.14.0-alpha.8",
"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": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
}