2022-12-14 13:45:43 +00:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-map",
|
2023-04-12 04:24:09 +00:00
|
|
|
"displayName": "Map",
|
|
|
|
"displayName.zh-CN": "地图",
|
2023-09-12 19:57:15 +00:00
|
|
|
"version": "0.14.0-alpha.2",
|
2023-09-12 14:39:23 +00:00
|
|
|
"description": "Provides map fields and blocks",
|
2023-04-12 04:24:09 +00:00
|
|
|
"description.zh-CN": "提供地图字段和区块",
|
2023-01-11 03:58:47 +00:00
|
|
|
"license": "AGPL-3.0",
|
2023-08-01 16:07:52 +00:00
|
|
|
"main": "./dist/server/index.js",
|
|
|
|
"devDependencies": {
|
2022-12-14 13:45:43 +00:00
|
|
|
"@amap/amap-jsapi-loader": "^1.0.1",
|
2023-06-30 03:08:53 +00:00
|
|
|
"@amap/amap-jsapi-types": "^0.0.10",
|
2023-08-01 16:07:52 +00:00
|
|
|
"@ant-design/icons": "5.x",
|
|
|
|
"@formily/antd-v5": "1.x",
|
|
|
|
"@formily/core": "2.x",
|
|
|
|
"@formily/react": "2.x",
|
|
|
|
"@formily/shared": "2.x",
|
2023-07-08 00:29:33 +00:00
|
|
|
"@googlemaps/js-api-loader": "^1.16.1",
|
|
|
|
"@types/google.maps": "^3.53.4",
|
|
|
|
"@types/react": "^17.0.0",
|
|
|
|
"@types/react-dom": "^17.0.0",
|
2023-08-01 16:07:52 +00:00
|
|
|
"ahooks": "^3.7.2",
|
|
|
|
"antd": "5.x",
|
2023-07-08 00:26:27 +00:00
|
|
|
"react": "18.x",
|
|
|
|
"react-dom": "18.x",
|
2023-07-08 00:29:33 +00:00
|
|
|
"react-i18next": "^11.15.1",
|
|
|
|
"react-router-dom": "^6.11.2"
|
2023-08-01 16:07:52 +00:00
|
|
|
},
|
|
|
|
"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"
|
2022-12-14 13:45:43 +00:00
|
|
|
}
|
|
|
|
}
|