40 lines
1.3 KiB
JSON
40 lines
1.3 KiB
JSON
{
|
|
"name": "@tachybase/plugin-map",
|
|
"displayName": "Block: Map",
|
|
"version": "0.21.69",
|
|
"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.1",
|
|
"lodash": "4.17.21",
|
|
"react": "~18.3.1",
|
|
"react-dom": "~18.3.1",
|
|
"react-i18next": "^14.1.2",
|
|
"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": "区块:地图"
|
|
}
|