mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 17:31:15 +00:00
391adc2800
Some checks failed
auto-merge / push-commit (push) Waiting to run
Build Docker Image / build-and-push (push) Waiting to run
Build Pro Image / build-and-push (push) Waiting to run
deploy client docs / Build (push) Waiting to run
E2E / Build (push) Waiting to run
E2E / Core and plugins (push) Blocked by required conditions
E2E / plugin-workflow (push) Blocked by required conditions
E2E / plugin-workflow-approval (push) Blocked by required conditions
E2E / plugin-data-source-main (push) Blocked by required conditions
E2E / Comment on PR (push) Blocked by required conditions
NocoBase FrontEnd Test / frontend-test (18) (push) Waiting to run
NocoBase Backend Test / sqlite-test (20, false) (push) Has been cancelled
NocoBase Backend Test / sqlite-test (20, true) (push) Has been cancelled
NocoBase Backend Test / postgres-test (public, 20, nocobase, false) (push) Has been cancelled
NocoBase Backend Test / postgres-test (public, 20, nocobase, true) (push) Has been cancelled
NocoBase Backend Test / postgres-test (public, 20, public, false) (push) Has been cancelled
NocoBase Backend Test / postgres-test (public, 20, public, true) (push) Has been cancelled
NocoBase Backend Test / postgres-test (user_schema, 20, nocobase, false) (push) Has been cancelled
NocoBase Backend Test / postgres-test (user_schema, 20, nocobase, true) (push) Has been cancelled
NocoBase Backend Test / postgres-test (user_schema, 20, public, false) (push) Has been cancelled
NocoBase Backend Test / postgres-test (user_schema, 20, public, true) (push) Has been cancelled
NocoBase Backend Test / mysql-test (20, false) (push) Has been cancelled
NocoBase Backend Test / mysql-test (20, true) (push) Has been cancelled
NocoBase Backend Test / mariadb-test (20, false) (push) Has been cancelled
NocoBase Backend Test / mariadb-test (20, true) (push) Has been cancelled
Test on Windows / build (push) Has been cancelled
44 lines
1.4 KiB
JSON
44 lines
1.4 KiB
JSON
{
|
|
"name": "@nocobase/plugin-map",
|
|
"displayName": "Block: Map",
|
|
"displayName.zh-CN": "区块:地图",
|
|
"version": "1.3.23-beta",
|
|
"description": "Map block, support Gaode map and Google map, you can also extend more map types.",
|
|
"description.zh-CN": "地图区块,支持高德地图和 Google 地图,你也可以扩展更多地图类型。",
|
|
"license": "AGPL-3.0",
|
|
"main": "./dist/server/index.js",
|
|
"homepage": "https://docs.nocobase.com/handbook/map",
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/map",
|
|
"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": "1.x",
|
|
"@nocobase/client": "1.x",
|
|
"@nocobase/database": "1.x",
|
|
"@nocobase/server": "1.x",
|
|
"@nocobase/test": "1.x",
|
|
"@nocobase/utils": "1.x"
|
|
},
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
|
|
"keywords": [
|
|
"Blocks"
|
|
]
|
|
}
|