{
  "name": "@umi-block/popover-hover-with-click",
  "version": "1.0.0",
  "description": "以下示例显示如何创建可悬停和单击的弹出窗口。",
  "main": "src/index.js",
  "scripts": {
    "start": "node src/index.js",
    "start-c": "node src/index.js -c",
    "dev": "umi dev",
    "test": "jest --config .jest.js --no-cache"
  },
  "license": "MIT",
  "dependencies": { "@ant-design/icons": "^4.0.2", "antd": "^4.0.0" }
}
