2022-12-14 13:45:43 +00:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-map",
|
2023-04-12 04:24:09 +00:00
|
|
|
"displayName": "Map",
|
|
|
|
"displayName.zh-CN": "地图",
|
2023-06-29 07:34:40 +00:00
|
|
|
"version": "0.10.0-alpha.5",
|
2023-04-12 04:24:09 +00:00
|
|
|
"description": "Provide map fields and blocks",
|
|
|
|
"description.zh-CN": "提供地图字段和区块",
|
2023-01-11 03:58:47 +00:00
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"main": "./lib/index.js",
|
|
|
|
"types": "./lib/index.d.ts",
|
2022-12-14 13:45:43 +00:00
|
|
|
"devDependencies": {
|
2023-06-29 07:34:40 +00:00
|
|
|
"@nocobase/server": "0.10.0-alpha.5",
|
|
|
|
"@nocobase/test": "0.10.0-alpha.5"
|
2022-12-14 13:45:43 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@amap/amap-jsapi-loader": "^1.0.1",
|
2023-01-12 02:12:37 +00:00
|
|
|
"@amap/amap-jsapi-types": "^0.0.10"
|
2022-12-14 13:45:43 +00:00
|
|
|
}
|
|
|
|
}
|