mirror of
https://github.com/facebook/react.git
synced 2026-02-25 05:03:03 +00:00
* Build react-noop as a package This lets us consume it from the debugger. * Add instrumentation to Fiber * Check in Fiber Debugger
21 lines
406 B
JSON
21 lines
406 B
JSON
{
|
|
"name": "react-noop-renderer",
|
|
"version": "16.0.0-alpha",
|
|
"private": true,
|
|
"description": "React package for testing the Fiber reconciler.",
|
|
"main": "index.js",
|
|
"repository": "facebook/react",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": {
|
|
"fbjs": "^0.8.4",
|
|
"object-assign": "^4.1.0"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"PATENTS",
|
|
"README.md",
|
|
"index.js",
|
|
"lib/"
|
|
]
|
|
}
|