rescript-react-update
Version:
> useReducer with updates and side effects!
36 lines (35 loc) • 932 B
JSON
{
"name": "rescript-react-update",
"version": "5.0.2",
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w",
"clean": "bsb -clean-world",
"test": "bsb -make-world",
"dev": "bsb -make-world && parcel examples/index.html"
},
"bugs": "https://github.com/bloodyowl/rescript-react-update/issues",
"repository": {
"type": "git",
"url": "https://github.com/bloodyowl/rescript-react-update.git"
},
"keywords": [
"reason-react",
"rescript",
"react"
],
"author": "bloodyowl <bloodyowl@icloud.com>",
"license": "MIT",
"peerDependencies": {
"@rescript/react": "^0.10.1 || ^0.11.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@rescript/react": "^0.10.1",
"bs-platform": "^8.3.0",
"parcel-bundler": "^1.12.5",
"react": "^16.8.0",
"react-dom": "^16.8.0"
}
}