Summary: Bunch of dependabot PRs showed that the signal is green, but still wanted to have all in one diff. Reviewed By: aigoncharov Differential Revision: D36102480 fbshipit-source-id: 88d472fdc2a910a7441a9e8164fe8af0f2d90f7b
39 lines
944 B
JSON
39 lines
944 B
JSON
{
|
|
"name": "flipper-ui-browser",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"description": "Flipper's UI, packaged for the browser",
|
|
"repository": "facebook/flipper",
|
|
"main": "lib/index.js",
|
|
"flipperBundlerEntry": "src",
|
|
"types": "lib/index.d.ts",
|
|
"license": "MIT",
|
|
"bugs": "https://github.com/facebook/flipper/issues",
|
|
"dependencies": {
|
|
"reconnecting-websocket": "^4.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"eventemitter3": "^4.0.7",
|
|
"flipper-common": "0.0.0",
|
|
"flipper-ui-core": "0.0.0",
|
|
"invariant": "^2.2.4",
|
|
"metro-runtime": "^0.70.2",
|
|
"pretty-format": "^27.5.0",
|
|
"react-refresh": "^0.10.0"
|
|
},
|
|
"peerDependencies": {},
|
|
"scripts": {
|
|
"reset": "rimraf lib *.tsbuildinfo",
|
|
"build": "tsc -b",
|
|
"prepack": "yarn reset && yarn build"
|
|
},
|
|
"files": [
|
|
"lib/**/*"
|
|
],
|
|
"homepage": "https://github.com/facebook/flipper",
|
|
"keywords": [
|
|
"Flipper"
|
|
],
|
|
"author": "Facebook, Inc"
|
|
}
|