nicecode-v2/packages/hooks/package.json
2023-12-27 13:40:07 +08:00

36 lines
592 B
JSON

{
"name": "@zhst/hooks",
"version": "0.2.3",
"description": "hooks合集",
"keywords": [
"hooks"
],
"license": "ISC",
"author": "dev",
"sideEffects": [
"dist/*",
"es/**/style/*",
"lib/**/style/*",
"*.less"
],
"main": "lib/index.tsx",
"module": "es/index.js",
"typings": "es/index.d.ts",
"files": [
"es",
"lib",
"dist"
],
"scripts": {
"build": "father build"
},
"publishConfig": {
"access": "public",
"registry": "http://10.0.0.77:4874"
},
"dependencies": {
"ahooks": "^3.7.8",
"react": "^18.0.0"
}
}