Refine prod and dev deps

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
This commit is contained in:
Andrey Goncharov
2022-09-15 10:02:19 -07:00
committed by Facebook GitHub Bot
parent a411fc6720
commit ed93dfe978
7 changed files with 16 additions and 17 deletions

View File

@@ -8,11 +8,7 @@
"bin": "server.js",
"license": "MIT",
"bugs": "https://github.com/facebook/flipper/issues",
"dependencies": {},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/http-proxy": "^1.17.8",
"@types/node": "^17.0.31",
"dependencies": {
"chalk": "^4",
"exit-hook": "^2.1.1",
"express": "^4.17.3",
@@ -30,13 +26,18 @@
"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": [
"dist/**/*",
"lib/**/*",
"static/**/*",
"README.md",
"server.js"