tachybase_todo/packages/plugins/@tachybase/plugin-map/package.json
sealday e679b0b32e chore(version): release v0.22.7 (#1605)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1605
2024-10-15 23:36:48 +08:00

40 lines
1.3 KiB
JSON

{
"name": "@tachybase/plugin-map",
"displayName": "Block: Map",
"version": "0.22.7",
"description": "Map block, support Gaode map and Google map, you can also extend more map types.",
"keywords": [
"Blocks"
],
"license": "Apache-2.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.7",
"@googlemaps/js-api-loader": "^1.16.1",
"@tachybase/components": "workspace:*",
"@tachybase/schema": "workspace:*",
"@types/google.maps": "^3.53.4",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"ahooks": "^3.7.2",
"antd": "5.19.4",
"lodash": "4.17.21",
"react": "~18.3.1",
"react-dom": "~18.3.1",
"react-i18next": "^14.1.2",
"react-router-dom": "^6.25.1"
},
"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": "区块:地图"
}