mirror of
https://github.com/nocobase/nocobase
synced 2024-11-18 05:25:11 +00:00
940f5f0152
* 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
19 lines
453 B
JSON
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"
|
|
}
|
|
}
|