Files
bmp-website-2026/node_modules/@uidotdev/usehooks/package.json
Sebastian Pachon Araque fea7998835 Initial commit — BMP Website 2026
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>
2026-05-29 09:01:20 +02:00

31 lines
652 B
JSON
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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"
}