2019-07-13 10:05:04 -07:00
|
|
|
{
|
|
|
|
|
"name": "react-devtools",
|
2025-10-03 19:48:28 +02:00
|
|
|
"version": "7.0.0",
|
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",
|
2023-03-24 14:45:27 -04:00
|
|
|
"icons",
|
|
|
|
|
"preload.js"
|
2021-12-14 23:28:57 -05:00
|
|
|
],
|
2019-07-13 10:05:04 -07:00
|
|
|
"scripts": {
|
|
|
|
|
"start": "node bin.js"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"cross-spawn": "^5.0.1",
|
2023-03-07 22:31:54 -05:00
|
|
|
"electron": "^23.1.2",
|
2024-06-05 19:58:12 +01:00
|
|
|
"internal-ip": "^6.2.0",
|
2020-04-06 19:28:56 +01:00
|
|
|
"minimist": "^1.2.3",
|
2025-10-05 13:45:41 +01:00
|
|
|
"react-devtools-core": "7.0.0",
|
2019-07-13 10:05:04 -07:00
|
|
|
"update-notifier": "^2.1.0"
|
|
|
|
|
}
|
|
|
|
|
}
|