Bumps [electron](https://github.com/electron/electron) from 23.1.2 to 39.8.5. - [Release notes](https://github.com/electron/electron/releases) - [Commits](https://github.com/electron/electron/compare/v23.1.2...v39.8.5) --- updated-dependencies: - dependency-name: electron dependency-version: 39.8.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
33 lines
664 B
JSON
33 lines
664 B
JSON
{
|
|
"name": "react-devtools",
|
|
"version": "7.0.1",
|
|
"description": "Use react-devtools outside of the browser",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/react.git",
|
|
"directory": "packages/react-devtools"
|
|
},
|
|
"bin": {
|
|
"react-devtools": "./bin.js"
|
|
},
|
|
"files": [
|
|
"bin.js",
|
|
"app.html",
|
|
"app.js",
|
|
"icons",
|
|
"preload.js"
|
|
],
|
|
"scripts": {
|
|
"start": "node bin.js"
|
|
},
|
|
"dependencies": {
|
|
"cross-spawn": "^5.0.1",
|
|
"electron": "^39.8.5",
|
|
"internal-ip": "^6.2.0",
|
|
"minimist": "^1.2.3",
|
|
"react-devtools-core": "7.0.1",
|
|
"update-notifier": "^5.0.0"
|
|
}
|
|
}
|