@rescript/react
Version:
React bindings for ReScript
40 lines (39 loc) • 875 B
JSON
{
"name": "@rescript/react",
"version": "0.14.0",
"description": "React bindings for ReScript",
"files": [
"README.md",
"CHANGELOG.md",
"LICENSE",
"rescript.json",
"src/**/*.res",
"src/**/*.resi"
],
"scripts": {
"build": "rescript build",
"start": "rescript build -w",
"clean": "rescript clean -with-deps",
"test": "echo 'tests disabled for now'"
},
"keywords": [
"rescript",
"react"
],
"author": "Ricky Vetter",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/rescript-lang/rescript-react.git"
},
"homepage": "https://rescript-lang.org/docs/react/latest/introduction",
"devDependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0",
"rescript": "^11.0.0"
},
"peerDependencies": {
"react": ">=19.0.0",
"react-dom": ">=19.0.0"
}
}