@hooks-plus/use-modal
Version:
35 lines • 704 B
JSON
{
"name": "@hooks-plus/use-modal",
"description": "use-modal",
"version": "1.0.6",
"type": "module",
"peerDependencies": {
"antd": ">4.0.0",
"react": ">17.0.0",
"ahooks": "*"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"use-modal"
],
"homepage": "https://github.com/robertpanvip/use-modal.git",
"repository": {
"type": "git",
"url": "https://github.com/robertpanvip/use-modal.git"
},
"bugs": {
"url": "https://github.com/robertpanvip/use-modal/issues"
},
"author": "robertpanvip",
"license": "ISC",
"main": "cjs/index.js",
"module": "esm/index.js",
"types": "esm/index.d.ts",
"files": [
"esm",
"cjs"
]
}