mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 17:06:01 +00:00
38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"name": "@nocobase/plugin-map",
|
|
"displayName": "Map",
|
|
"displayName.zh-CN": "地图",
|
|
"version": "0.14.0-alpha.7",
|
|
"description": "Provides map fields and blocks",
|
|
"description.zh-CN": "提供地图字段和区块",
|
|
"license": "AGPL-3.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.x",
|
|
"@formily/antd-v5": "1.x",
|
|
"@formily/core": "2.x",
|
|
"@formily/react": "2.x",
|
|
"@formily/shared": "2.x",
|
|
"@googlemaps/js-api-loader": "^1.16.1",
|
|
"@types/google.maps": "^3.53.4",
|
|
"@types/react": "^17.0.0",
|
|
"@types/react-dom": "^17.0.0",
|
|
"ahooks": "^3.7.2",
|
|
"antd": "5.x",
|
|
"react": "18.x",
|
|
"react-dom": "18.x",
|
|
"react-i18next": "^11.15.1",
|
|
"react-router-dom": "^6.11.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@nocobase/actions": "0.x",
|
|
"@nocobase/client": "0.x",
|
|
"@nocobase/database": "0.x",
|
|
"@nocobase/server": "0.x",
|
|
"@nocobase/test": "0.x",
|
|
"@nocobase/utils": "0.x"
|
|
}
|
|
}
|