nocobase/packages/plugins/map/package.json
Dunqing 4bf722326c
feat(map-plugin): support google map (#2027)
* feat(map-plugin): support google map

* fix: should render current position

* feat: support google map in field

* feat: support google map block

* feat: support connect data

* fix: update

* feat: support autocomplete instated of search

* feat: support language

* fix: drawing not work

* feat: support same labe lstyle

* feat: use better configuration

* fix: avoid rerender

* chore: update deps

* feat: add tips for lineString, Close T-591

* fix: zoom to big

* feat: improve api key incorrect flow

* fix: remove unreleated file

* feat: improve  setFitView

* feat: update tips

* feat: improve code

* fix: avoid crash, Close T-713

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
2023-06-30 11:08:53 +08:00

31 lines
871 B
JSON

{
"name": "@nocobase/plugin-map",
"displayName": "Map",
"displayName.zh-CN": "地图",
"version": "0.10.0-alpha.5",
"description": "Provide map fields and blocks",
"description.zh-CN": "提供地图字段和区块",
"license": "AGPL-3.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"devDependencies": {
"@types/google.maps": "^3.53.4",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0"
},
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@amap/amap-jsapi-types": "^0.0.10",
"@googlemaps/js-api-loader": "^1.16.1",
"@emotion/css": "^11.7.1",
"@formily/react": "2.2.26",
"@formily/shared": "2.2.26",
"@formily/antd": "2.2.26",
"@nocobase/server": "0.10.0-alpha.5",
"@nocobase/test": "0.10.0-alpha.5",
"react": "18.x",
"react-dom": "18.x",
"antd": "^4.24.8"
}
}