nocobase/packages/plugins/map/package.json

31 lines
871 B
JSON
Raw Normal View History

{
"name": "@nocobase/plugin-map",
"displayName": "Map",
"displayName.zh-CN": "地图",
"version": "0.10.0-alpha.5",
"description": "Provide map fields and blocks",
"description.zh-CN": "提供地图字段和区块",
2023-01-11 03:58:47 +00:00
"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"
}
}