mirror of
https://github.com/facebook/react.git
synced 2026-02-25 13:13:03 +00:00
14 lines
293 B
JSON
14 lines
293 B
JSON
{
|
|
"name": "react-call-return",
|
|
"description": "Experimental APIs for multi-pass rendering in React.",
|
|
"version": "0.1.0",
|
|
"repository": "facebook/react",
|
|
"dependencies": {
|
|
"fbjs": "^0.8.16",
|
|
"object-assign": "^4.1.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.0.0"
|
|
}
|
|
}
|