mirror of
https://github.com/facebook/react.git
synced 2026-02-26 03:45:17 +00:00
* Merged interaction-tracking package into react-scheduler * Add tracking API to FB+www builds * Added Rollup plugin to strip no-side-effect imports from Rollup bundles * Re-bundle tracking and scheduling APIs on SECRET_INTERNALS object for UMD build (and provide lazy forwarding methods) * Added some additional tests and fixtures * Fixed broken UMD fixture in master (#13512)
15 lines
291 B
JSON
15 lines
291 B
JSON
{
|
|
"name": "react-native-renderer",
|
|
"version": "16.0.0",
|
|
"private": true,
|
|
"repository": "facebook/react",
|
|
"dependencies": {
|
|
"object-assign": "^4.1.1",
|
|
"prop-types": "^15.6.2",
|
|
"react-scheduler": "^0.1.0-alpha-1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.0.0"
|
|
}
|
|
}
|