mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 22:27:26 +00:00
1fdc456c0b
* feat: improve plugin view * feat: work compatibility * feat: avoid cause error * feat: complete * docs: revert * fix: header cannot displayed * feat: improve * feat: update page css * feat: update fixedblock design * chore: upgrade antd * fix: improve code * fix: build error * fix: build error * fix: pagination cannot be fully displayed * feat: improve * fix: ts error * chore: sqlite view field test --------- Co-authored-by: chenos <chenlinxh@gmail.com> Co-authored-by: chareice <chareice@live.com>
20 lines
525 B
JSON
20 lines
525 B
JSON
{
|
|
"name": "@nocobase/plugin-map",
|
|
"displayName": "Map",
|
|
"displayName.zh-CN": "地图",
|
|
"version": "0.9.1-alpha.2",
|
|
"description": "Provide map fields and blocks",
|
|
"description.zh-CN": "提供地图字段和区块",
|
|
"license": "AGPL-3.0",
|
|
"main": "./lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"devDependencies": {
|
|
"@nocobase/server": "0.9.1-alpha.2",
|
|
"@nocobase/test": "0.9.1-alpha.2"
|
|
},
|
|
"dependencies": {
|
|
"@amap/amap-jsapi-loader": "^1.0.1",
|
|
"@amap/amap-jsapi-types": "^0.0.10"
|
|
}
|
|
}
|