mirror of
https://github.com/facebook/react.git
synced 2026-02-24 20:53: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
419 B
JSON
21 lines
419 B
JSON
{
|
|
"name": "react-fiber-debugger",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"react-scripts": "0.6.1"
|
|
},
|
|
"dependencies": {
|
|
"dagre": "^0.7.4",
|
|
"pretty-format": "^4.2.1",
|
|
"react": "^15.3.2",
|
|
"react-dom": "^15.3.2",
|
|
"react-draggable": "^2.2.2",
|
|
"react-motion": "^0.4.5"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build"
|
|
}
|
|
}
|