{
  "name": "@nocobase/plugin-map",
  "displayName": "Block: Map",
  "version": "0.21.26",
  "description": "Map block, support Gaode map and Google map, you can also extend more map types.",
  "keywords": [
    "Blocks"
  ],
  "homepage": "https://docs.nocobase.com/handbook/map",
  "license": "AGPL-3.0",
  "main": "./dist/server/index.js",
  "devDependencies": {
    "@amap/amap-jsapi-loader": "^1.0.1",
    "@amap/amap-jsapi-types": "^0.0.10",
    "@ant-design/icons": "~5.3.6",
    "@googlemaps/js-api-loader": "^1.16.1",
    "@tachybase/components": "workspace:*",
    "@tachybase/schema": "workspace:*",
    "@types/google.maps": "^3.53.4",
    "@types/react": "^18.2.73",
    "@types/react-dom": "^18.2.23",
    "ahooks": "^3.7.2",
    "antd": "5.16.1",
    "lodash": "4.17.21",
    "react": "~18.2.0",
    "react-dom": "~18.2.0",
    "react-i18next": "^11.15.1",
    "react-router-dom": "^6.11.2"
  },
  "peerDependencies": {
    "@tachybase/actions": "workspace:*",
    "@tachybase/client": "workspace:*",
    "@tachybase/database": "workspace:*",
    "@tachybase/server": "workspace:*",
    "@tachybase/test": "workspace:*",
    "@tachybase/utils": "workspace:*"
  },
  "description.zh-CN": "地图区块,支持高德地图和 Google 地图,你也可以扩展更多地图类型。",
  "displayName.zh-CN": "区块:地图",
  "gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/map"
}