casualroom/shared/hooks/package.json

27 lines
507 B
JSON
Executable File

{
"name": "@nice/hooks",
"version": "1.0.0",
"exports": {
".": "./src/index.ts"
},
"sideEffects": false,
"files": [
"dist",
"src"
],
"peerDependencies": {
"dayjs": "^1.11.13",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"zod": "^3.19.1"
},
"devDependencies": {
"@nice/eslint-config": "workspace:*",
"@nice/typescript-config": "workspace:*",
"@types/node": "^20",
"@types/react": "^19.1.4",
"@types/react-dom": "^19.1.5",
"typescript": "^5"
}
}