mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 14:25:02 +00:00
47 lines
1021 B
JSON
47 lines
1021 B
JSON
{
|
|
"name": "@metabuilder/hooks",
|
|
"version": "2.0.0",
|
|
"type": "module",
|
|
"description": "Comprehensive collection of 100+ production-ready React hooks for MetaBuilder",
|
|
"main": "index.ts",
|
|
"types": "index.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",
|
|
"sonner": "^1.0.0 || ^2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@metabuilder/redux-slices": "*",
|
|
"@metabuilder/service-adapters": "*",
|
|
"@metabuilder/types": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.2.14",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"files": [
|
|
"*.ts",
|
|
"*.tsx",
|
|
"index.d.ts",
|
|
"README.md"
|
|
]
|
|
}
|