nicecode-v2/packages/hooks/package.json
2024-03-14 10:47:05 +08:00

52 lines
980 B
JSON

{
"name": "@zhst/hooks",
"version": "0.8.4",
"description": "hooks合集",
"keywords": [
"hooks"
],
"license": "ISC",
"author": "dev",
"sideEffects": [
"dist/*",
"es/**/style/*",
"lib/**/style/*",
"*.less"
],
"main": "lib/index.js",
"module": "es/index.js",
"typings": "es/index.d.ts",
"exports": {
".": {
"require": "./lib/index.js",
"import": "./es/index.js",
"default": "./es/index.js"
},
"./package.json": "./package.json"
},
"files": [
"es",
"lib",
"dist"
],
"scripts": {
"build": "father build"
},
"publishConfig": {
"access": "public",
"registry": "http://10.0.0.77:4874"
},
"devDependencies": {
"@types/zhst": "workspace:^"
},
"dependencies": {
"@zhst/func": "workspace:^",
"ahooks": "^3.7.8",
"antd": "^5.12.5",
"events": "^3.3.0",
"react": "^18.0.0",
"react-activation": "^0.12.4",
"react-router-dom": "^6.21.1"
}
}