2019-07-13 10:05:04 -07:00
|
|
|
{
|
|
|
|
|
"name": "react-devtools",
|
2022-05-31 16:16:07 -04:00
|
|
|
"version": "4.24.7",
|
2019-07-13 10:05:04 -07:00
|
|
|
"description": "Use react-devtools outside of the browser",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"repository": {
|
2019-08-15 14:28:09 -07:00
|
|
|
"type": "git",
|
2019-08-15 11:17:59 -07:00
|
|
|
"url": "https://github.com/facebook/react.git",
|
2019-08-15 14:28:09 -07:00
|
|
|
"directory": "packages/react-devtools"
|
2019-07-13 10:05:04 -07:00
|
|
|
},
|
|
|
|
|
"bin": {
|
|
|
|
|
"react-devtools": "./bin.js"
|
|
|
|
|
},
|
2021-12-14 23:28:57 -05:00
|
|
|
"files": [
|
|
|
|
|
"bin.js",
|
|
|
|
|
"app.html",
|
|
|
|
|
"app.js",
|
|
|
|
|
"index.js",
|
|
|
|
|
"icons"
|
|
|
|
|
],
|
2019-07-13 10:05:04 -07:00
|
|
|
"scripts": {
|
|
|
|
|
"start": "node bin.js"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"cross-spawn": "^5.0.1",
|
2021-01-04 21:08:11 +05:30
|
|
|
"electron": "^11.1.0",
|
2019-07-13 10:05:04 -07:00
|
|
|
"ip": "^1.1.4",
|
2020-04-06 19:28:56 +01:00
|
|
|
"minimist": "^1.2.3",
|
2022-05-31 16:16:07 -04:00
|
|
|
"react-devtools-core": "4.24.7",
|
2019-07-13 10:05:04 -07:00
|
|
|
"update-notifier": "^2.1.0"
|
|
|
|
|
}
|
|
|
|
|
}
|