Summary: Move flipper local deps to prod deps, so yarn installs them later when we build a bundle Reviewed By: lblasa Differential Revision: D39475545 fbshipit-source-id: 5b61d15b45ee315c3b35d8e6836c114b90503b1a
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "flipper-server",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"description": "Standalone nodeJS based Flipper server",
|
|
"repository": "facebook/flipper",
|
|
"main": "server.js",
|
|
"bin": "server.js",
|
|
"license": "MIT",
|
|
"bugs": "https://github.com/facebook/flipper/issues",
|
|
"dependencies": {
|
|
"chalk": "^4",
|
|
"exit-hook": "^2.1.1",
|
|
"express": "^4.17.3",
|
|
"file-stream-rotator": "^0.6.1",
|
|
"flipper-common": "0.0.0",
|
|
"flipper-pkg-lib": "0.0.0",
|
|
"flipper-server-companion": "0.0.0",
|
|
"flipper-server-core": "0.0.0",
|
|
"fs-extra": "^10.1.0",
|
|
"http-proxy": "^1.18.1",
|
|
"metro": "^0.70.2",
|
|
"open": "^8.3.0",
|
|
"p-filter": "^2.1.0",
|
|
"ws": "^8.5.0",
|
|
"xdg-basedir": "^4",
|
|
"yargs": "^17.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.13",
|
|
"@types/http-proxy": "^1.17.8",
|
|
"@types/node": "^17.0.31"
|
|
},
|
|
"peerDependencies": {},
|
|
"scripts": {
|
|
"reset": "rimraf lib *.tsbuildinfo",
|
|
"build": "tsc -b"
|
|
},
|
|
"files": [
|
|
"lib/**/*",
|
|
"static/**/*",
|
|
"README.md",
|
|
"server.js"
|
|
],
|
|
"homepage": "https://github.com/facebook/flipper",
|
|
"keywords": [
|
|
"Flipper"
|
|
],
|
|
"author": "Facebook, Inc"
|
|
}
|