nocobase/packages/plugins/map/package.json
Dunqing 940f5f0152
feat : support fixed menu and header (#1260)
* feat: support fixed menu and header

* revert: power by

* fix: designer not work

* fix: cannot scroll

* feat: fixed menu in center

* fix: cannot scroll

* fix: unused
2022-12-18 16:49:50 +08:00

19 lines
453 B
JSON

{
"name": "@nocobase/plugin-map",
"version": "0.8.0-alpha.13",
"main": "lib/server/index.js",
"devDependencies": {
"@nocobase/server": "0.8.0-alpha.13",
"@nocobase/test": "0.8.0-alpha.13"
},
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@amap/amap-jsapi-types": "^0.0.10",
"@formily/react": "2.0.20",
"@emotion/css": "^11.7.1",
"antd": "~4.19.5",
"sequelize": "^6.9.0",
"ahooks": "^3.7.2"
}
}