UNPKG

ht_hooks

Version:
60 lines 1.37 kB
{ "name": "ht_hooks", "version": "0.1.1", "description": "ht React 业务 Hooks", "keywords": [ "ht", "react", "hooks" ], "main": "./lib/index.js", "module": "./es/index.js", "types": "./lib/index.d.ts", "unpkg": "dist/ht_hooks.js", "sideEffects": false, "authors": "ht", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "repository": "https://github.com/MengToong/ht_hooks", "homepage": "https://github.com/MengToong/ht_hooks", "files": [ "dist", "lib", "es", "metadata.json", "package.json", "README.md" ], "dependencies": { "@babel/runtime": "^7.21.0", "dayjs": "^1.9.1", "intersection-observer": "^0.12.0", "js-cookie": "^2.x.x", "lodash-es": "^4.17.21", "resize-observer-polyfill": "^1.5.1", "screenfull": "^5.0.0", "tslib": "^2.4.1" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "devDependencies": { "@alifd/next": "^1.20.6", "@ant-design/icons": "^5.0.1", "@types/js-cookie": "^2.x.x", "@types/lodash-es": "^4.17.7", "antd": "^5.2.1", "jest-websocket-mock": "^2.1.0", "mockjs": "^1.1.0", "react-drag-listview": "^0.1.6", "react-json-view": "^1.21.3" }, "engines": { "node": ">=8.0.0" }, "license": "MIT", "scripts": { "build": "gulp && webpack-cli" } }