2022-12-14 21:45:43 +08:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-map",
|
2024-02-22 23:13:31 +08:00
|
|
|
"displayName": "Block: Map",
|
2024-05-21 18:59:13 +08:00
|
|
|
"version": "0.21.31",
|
2024-02-22 23:13:31 +08:00
|
|
|
"description": "Map block, support Gaode map and Google map, you can also extend more map types.",
|
2024-04-01 13:39:44 +08:00
|
|
|
"keywords": [
|
|
|
|
"Blocks"
|
|
|
|
],
|
|
|
|
"homepage": "https://docs.nocobase.com/handbook/map",
|
2023-01-11 11:58:47 +08:00
|
|
|
"license": "AGPL-3.0",
|
2023-08-02 00:07:52 +08:00
|
|
|
"main": "./dist/server/index.js",
|
|
|
|
"devDependencies": {
|
2022-12-14 21:45:43 +08:00
|
|
|
"@amap/amap-jsapi-loader": "^1.0.1",
|
2023-06-30 11:08:53 +08:00
|
|
|
"@amap/amap-jsapi-types": "^0.0.10",
|
2024-04-02 18:13:33 +08:00
|
|
|
"@ant-design/icons": "~5.3.6",
|
2023-07-08 08:29:33 +08:00
|
|
|
"@googlemaps/js-api-loader": "^1.16.1",
|
2024-04-30 02:00:13 +08:00
|
|
|
"@tachybase/components": "workspace:*",
|
2024-04-29 21:41:13 +08:00
|
|
|
"@tachybase/schema": "workspace:*",
|
2023-07-08 08:29:33 +08:00
|
|
|
"@types/google.maps": "^3.53.4",
|
2024-04-02 18:13:33 +08:00
|
|
|
"@types/react": "^18.2.73",
|
|
|
|
"@types/react-dom": "^18.2.23",
|
2023-08-02 00:07:52 +08:00
|
|
|
"ahooks": "^3.7.2",
|
2024-04-10 16:14:26 +08:00
|
|
|
"antd": "5.16.1",
|
2024-04-01 13:39:44 +08:00
|
|
|
"lodash": "4.17.21",
|
2024-04-02 18:13:33 +08:00
|
|
|
"react": "~18.2.0",
|
|
|
|
"react-dom": "~18.2.0",
|
2023-07-08 08:29:33 +08:00
|
|
|
"react-i18next": "^11.15.1",
|
|
|
|
"react-router-dom": "^6.11.2"
|
2023-08-02 00:07:52 +08:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2024-05-08 16:20:31 +08:00
|
|
|
"@tachybase/actions": "workspace:*",
|
|
|
|
"@tachybase/client": "workspace:*",
|
|
|
|
"@tachybase/database": "workspace:*",
|
|
|
|
"@tachybase/server": "workspace:*",
|
|
|
|
"@tachybase/test": "workspace:*",
|
|
|
|
"@tachybase/utils": "workspace:*"
|
2023-12-29 15:49:02 +08:00
|
|
|
},
|
2024-04-01 13:39:44 +08:00
|
|
|
"description.zh-CN": "地图区块,支持高德地图和 Google 地图,你也可以扩展更多地图类型。",
|
|
|
|
"displayName.zh-CN": "区块:地图",
|
2024-03-04 23:02:29 +08:00
|
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
|
2024-04-01 13:39:44 +08:00
|
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/map"
|
2022-12-14 21:45:43 +08:00
|
|
|
}
|