mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
31 lines
699 B
JSON
31 lines
699 B
JSON
{
|
|
"name": "@metabuilder/hooks-core",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"description": "Core React hooks for workflow UI - Canvas, Editor, and UI state management",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsc --watch",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@metabuilder/redux-slices": "*",
|
|
"react": "^19.2.4",
|
|
"react-redux": "^9.2.0",
|
|
"@reduxjs/toolkit": "^2.11.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.0.0 || ^19.0.0",
|
|
"react-redux": "^8.0.0 || ^9.0.0",
|
|
"@reduxjs/toolkit": "^1.9.7 || ^2.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|