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-07-06 22:56:04 +00:00
|
|
|
"version": "0.10.1-alpha.1",
|
2023-04-12 04:24:09 +00:00
|
|
|
"description": "Provide map fields and blocks",
|
|
|
|
"description.zh-CN": "提供地图字段和区块",
|
2023-01-11 03:58:47 +00:00
|
|
|
"license": "AGPL-3.0",
|
2023-07-07 06:35:22 +00:00
|
|
|
"main": "./lib/server/index.js",
|
|
|
|
"files": [
|
|
|
|
"lib",
|
|
|
|
"src",
|
|
|
|
"README.md",
|
|
|
|
"README.zh-CN.md",
|
|
|
|
"CHANGELOG.md",
|
|
|
|
"server.js",
|
|
|
|
"server.d.ts",
|
|
|
|
"client.js",
|
|
|
|
"client.d.ts"
|
|
|
|
],
|
2022-12-14 13:45:43 +00:00
|
|
|
"dependencies": {
|
2023-07-07 06:35:22 +00:00
|
|
|
"ahooks": "^3.7.2",
|
|
|
|
"@types/google.maps": "^3.53.4",
|
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-07-07 06:35:22 +00:00
|
|
|
"@googlemaps/js-api-loader": "^1.16.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"react": "18.x",
|
|
|
|
"react-dom": "18.x",
|
|
|
|
"antd": "^4.24.8",
|
|
|
|
"react-router-dom": "^6.11.2",
|
|
|
|
"@ant-design/icons": "^4.8.0",
|
|
|
|
"react-i18next": "^11.15.1",
|
|
|
|
"@formily/core": "2.2.26",
|
2023-06-30 03:08:53 +00:00
|
|
|
"@formily/react": "2.2.26",
|
|
|
|
"@formily/shared": "2.2.26",
|
2023-07-07 06:35:22 +00:00
|
|
|
"@formily/antd": "2.2.26",
|
|
|
|
"@nocobase/actions": "0.10.1-alpha.1",
|
|
|
|
"@nocobase/utils": "0.10.1-alpha.1",
|
|
|
|
"@nocobase/client": "0.10.1-alpha.1",
|
|
|
|
"@nocobase/database": "0.10.1-alpha.1",
|
2023-07-06 22:56:04 +00:00
|
|
|
"@nocobase/server": "0.10.1-alpha.1",
|
|
|
|
"@nocobase/test": "0.10.1-alpha.1",
|
2023-07-07 06:35:22 +00:00
|
|
|
"@types/react": "^17.0.0",
|
|
|
|
"@types/react-dom": "^17.0.0"
|
2022-12-14 13:45:43 +00:00
|
|
|
}
|
|
|
|
}
|