UNPKG

@antdp/hooks

Version:
39 lines (38 loc) 780 B
{ "name": "@antdp/hooks", "version": "2.1.2", "description": "@/antdp-hooks", "homepage": "https://antdpro.github.io/antdp", "main": "lib/index.js", "module": "esm/index.js", "types": "lib/index.d.ts", "license": "MIT", "keywords": [ "fullscreen", "antdp", "antd" ], "repository": "https://github.com/antdpro/antdp/tree/master/packages/hooks", "publishConfig": { "access": "public", "provenance": true }, "files": [ "lib", "esm", "index.d.ts" ], "peerDependencies": { "react": ">=16.7.0", "react-dom": ">=16.7.0" }, "dependencies": { "@babel/runtime": "~7.20.1", "ahooks": "~3.7.2" }, "devDependencies": { "@umijs/max": "~4.0.47", "react": "^18.2.0", "react-dom": "^18.2.0" } }