mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
560e0f0005
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/41367 Andrew Coates graciously published the Windows Edge launcher fix from https://github.com/cezaraugusto/chromium-edge-launcher/pull/1 as a new package (https://github.com/microsoft/rnx-kit/pull/2796), so let's pull that into `dev-middleware`. Changelog: [Internal] - Fix experimental debugger launch flow with Edge on Windows Reviewed By: robhogan Differential Revision: D51086297 fbshipit-source-id: 3a8db351f71eb31a9609c987cdb4dc66f24f9403
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "@react-native/dev-middleware",
|
|
"version": "0.74.0",
|
|
"description": "Dev server middleware for React Native",
|
|
"keywords": [
|
|
"react-native",
|
|
"tools"
|
|
],
|
|
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/dev-middleware#readme",
|
|
"bugs": "https://github.com/facebook/react-native/issues",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/react-native.git",
|
|
"directory": "packages/dev-middleware"
|
|
},
|
|
"license": "MIT",
|
|
"exports": {
|
|
".": "./src/index.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@isaacs/ttlcache": "^1.4.1",
|
|
"@react-native/debugger-frontend": "^0.74.0",
|
|
"@rnx-kit/chromium-edge-launcher": "^1.0.0",
|
|
"chrome-launcher": "^0.15.2",
|
|
"connect": "^3.6.5",
|
|
"debug": "^2.2.0",
|
|
"node-fetch": "^2.2.0",
|
|
"open": "^7.0.3",
|
|
"selfsigned": "^2.4.1",
|
|
"serve-static": "^1.13.1",
|
|
"temp-dir": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"devDependencies": {
|
|
"data-uri-to-buffer": "^6.0.1",
|
|
"undici": "^5.27.2",
|
|
"wait-for-expect": "^3.0.2"
|
|
}
|
|
}
|