mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
* Move files * Update paths * Rename import variables * Rename /server to /writer This is mainly because "React Server Server" is weird so we need another dimension. * Use "react-server" convention to enforce that writer is only loaded in a server
19 lines
408 B
JSON
19 lines
408 B
JSON
{
|
|
"name": "react-server-native-relay",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"repository": {
|
|
"type" : "git",
|
|
"url" : "https://github.com/facebook/react.git",
|
|
"directory": "packages/react-server-native-relay"
|
|
},
|
|
"dependencies": {
|
|
"object-assign": "^4.1.1",
|
|
"scheduler": "^0.11.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^17.0.0",
|
|
"react-native-renderer": "^17.0.0"
|
|
}
|
|
}
|