react-state-sync
Version:
A custom React hook for synchronized state
52 lines (51 loc) • 1.27 kB
JSON
{
"name": "react-state-sync",
"version": "1.2.1",
"description": "A custom React hook for synchronized state",
"keywords": [
"synchronized",
"state",
"management",
"react",
"hooks",
"reactjs",
"custom-hook",
"react-hook",
"react-hooks"
],
"author": {
"name": "Andrei Duca",
"email": "duca.andrei@gmail.com"
},
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/andreiduca/react-state-sync.git"
},
"bugs": "https://github.com/andreiduca/react-state-sync/issues",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"build": "rm -rf ./lib && tsc",
"test": "jest --verbose --coverage"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-typescript": "^7.15.0",
"@testing-library/dom": "^8.10.1",
"@testing-library/react-hooks": "^7.0.2",
"@types/jest": "^27.0.2",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"babel-jest": "^27.3.1",
"jest": "^27.3.1",
"react": "^17.0.2",
"react-test-renderer": "^17.0.2",
"typescript": "^4.4.4"
},
"peerDependencies": {
"react": "^16 || ^17 || ^18",
"typescript": "^4.0.0"
}
}