mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
* Rename Flight to Transport Flight is still the codename for the implementation details (like Fiber). However, now the public package is react-transport-... which is only intended to be used directly by integrators. * Rename names
19 lines
396 B
JSON
19 lines
396 B
JSON
{
|
|
"name": "react-transport-dom-relay",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"repository": {
|
|
"type" : "git",
|
|
"url" : "https://github.com/facebook/react.git",
|
|
"directory": "packages/react-transport-dom-relay"
|
|
},
|
|
"dependencies": {
|
|
"object-assign": "^4.1.1",
|
|
"scheduler": "^0.11.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.0.0",
|
|
"react-dom": "^16.0.0"
|
|
}
|
|
}
|