mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-29 16:24:58 +00:00
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 19.2.8 to 19.2.9. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-version: 19.2.9 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
40 lines
833 B
JSON
40 lines
833 B
JSON
{
|
|
"name": "@metabuilder/hooks",
|
|
"version": "2.0.0",
|
|
"description": "Comprehensive collection of 100+ production-ready React hooks for MetaBuilder",
|
|
"main": "index.ts",
|
|
"types": "index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc --declaration --emitDeclarationOnly",
|
|
"lint": "eslint .",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"keywords": [
|
|
"react",
|
|
"hooks",
|
|
"utilities",
|
|
"state-management",
|
|
"forms",
|
|
"data-structures",
|
|
"dom",
|
|
"events"
|
|
],
|
|
"author": "MetaBuilder",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react": "^18.0.0 || ^19.0.0",
|
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
"react-redux": "^8.0.0 || ^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.2.9",
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"files": [
|
|
"*.ts",
|
|
"*.tsx",
|
|
"index.d.ts",
|
|
"README.md"
|
|
]
|
|
}
|