Vollständiges Redesign mit Gold-Formularen, BMP-Logo, multi-step Forms (Bewerbung, Kontakt, Sponsoring), Netlify-Deployment. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
31 lines
652 B
JSON
31 lines
652 B
JSON
{
|
||
"name": "@uidotdev/usehooks",
|
||
"version": "2.4.1",
|
||
"description": "A collection of modern, server-safe React hooks – from the ui.dev team",
|
||
"type": "module",
|
||
"repository": "uidotdev/usehooks",
|
||
"devDependencies": {
|
||
"@types/react": "^18.2.20",
|
||
"react": "^18.2.0",
|
||
"react-dom": "^18.2.0",
|
||
"typescript": "^5.1.6"
|
||
},
|
||
"exports": {
|
||
"default": "./index.js"
|
||
},
|
||
"engines": {
|
||
"node": ">=16"
|
||
},
|
||
"files": [
|
||
"index.js",
|
||
"index.d.ts"
|
||
],
|
||
"types": "index.d.ts",
|
||
"peerDependencies": {
|
||
"react": ">=18.0.0",
|
||
"react-dom": ">=18.0.0"
|
||
},
|
||
"author": "Tyler McGinnis, Ben Adam",
|
||
"license": "MIT"
|
||
}
|