36 lines
592 B
JSON
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"
|
|
}
|
|
}
|