2021-02-22 15:08:35 +08:00
|
|
|
|
{
|
|
|
|
|
"name": "@nocobase/plugin-china-region",
|
2024-01-30 17:11:37 +08:00
|
|
|
|
"version": "0.19.0-alpha.5",
|
2023-08-02 00:07:52 +08:00
|
|
|
|
"displayName": "China region",
|
2023-05-29 11:06:54 +08:00
|
|
|
|
"displayName.zh-CN": "中国行政区",
|
2023-09-12 22:39:23 +08:00
|
|
|
|
"description": "Provides China region data and field interface",
|
|
|
|
|
"description.zh-CN": "提供中国行政区数据和字段(Interface)类型",
|
2023-08-02 00:07:52 +08:00
|
|
|
|
"main": "./dist/server/index.js",
|
2024-02-02 12:02:18 +08:00
|
|
|
|
"homepage": "https://docs.nocobase.com/plugins/china-region",
|
|
|
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/china-region",
|
2023-01-11 11:58:47 +08:00
|
|
|
|
"license": "AGPL-3.0",
|
2021-12-07 19:40:30 +08:00
|
|
|
|
"devDependencies": {
|
2023-08-02 00:07:52 +08:00
|
|
|
|
"@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"
|
2021-12-07 19:40:30 +08:00
|
|
|
|
},
|
2024-02-02 12:02:18 +08:00
|
|
|
|
"gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde",
|
2024-02-05 21:10:48 +08:00
|
|
|
|
"keywords": [
|
|
|
|
|
"Fields"
|
|
|
|
|
]
|
2021-02-22 15:08:35 +08:00
|
|
|
|
}
|