Files
flipper/desktop/package.json
dependabot[bot] e05a1a9637 Bump @babel/eslint-parser from 7.11.0 to 7.11.5 in /desktop (#1556)
Summary:
Bumps [babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.11.0 to 7.11.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/babel/babel/releases">babel/eslint-parser's releases</a>.</em></p>
<blockquote>
<h2>v7.11.5 (2020-08-31)</h2>
<p>Thanks <a href="https://github.com/giovannicalo">giovannicalo</a>, <a href="https://github.com/johanholmerin">johanholmerin</a>, <a href="https://github.com/uhyo">uhyo</a> for their first PRs!</p>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-helper-builder-react-jsx-experimental</code>, <code>babel-plugin-transform-react-jsx-development</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12017">#12017</a> Fix <code>jsxDEV</code> for generated elements (<a href="https://github.com/Timer">Timer</a>)</li>
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11931">#11931</a> fix: ExpressionBody should respect [In] parameter (<a href="https://github.com/JLHwung">JLHwung</a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11987">#11987</a> Set generator to true during error recovery of accessor (<a href="https://github.com/existentialism">existentialism</a>)</li>
</ul>
</li>
<li><code>babel/eslint-plugin</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11993">#11993</a> Added linting support for private class methods (<a href="https://github.com/giovannicalo">giovannicalo</a>)</li>
</ul>
</li>
<li><code>babel-plugin-proposal-function-bind</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12000">#12000</a> fix(plugin-proposal-function-bind): fix invalid code emitted for <code>::super.foo</code> (<a href="https://github.com/uhyo">uhyo</a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11832">#11832</a> Forward deopt node path (<a href="https://github.com/johanholmerin">johanholmerin</a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li>Other
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12013">#12013</a> Remove unused enhanced-resolve and normalize lock resolutions (<a href="https://github.com/JLHwung">JLHwung</a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12010">#12010</a> chore: use Rollup 2 (<a href="https://github.com/JLHwung">JLHwung</a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12002">#12002</a> Restructure CI workflow (<a href="https://github.com/JLHwung">JLHwung</a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11781">#11781</a> chore: improve Yarn 2 cache on CI (<a href="https://github.com/JLHwung">JLHwung</a>)</li>
</ul>
</li>
<li>All packages
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11962">#11962</a> Use Yarn 2 (<a href="https://github.com/JLHwung">JLHwung</a>)</li>
</ul>
</li>
</ul>
<h4>Committers: 6</h4>
<ul>
<li>Brian Ng (<a href="https://github.com/existentialism">existentialism</a>)</li>
<li>Giovanni Calò (<a href="https://github.com/giovannicalo">giovannicalo</a>)</li>
<li>Huáng Jùnliàng (<a href="https://github.com/JLHwung">JLHwung</a>)</li>
<li>Joe Haddad (<a href="https://github.com/Timer">Timer</a>)</li>
<li>Johan Holmerin (<a href="https://github.com/johanholmerin">johanholmerin</a>)</li>
<li>uhyo (<a href="https://github.com/uhyo">uhyo</a>)</li>
</ul>
<h2>v7.11.4 (2020-08-20)</h2>
<p>Thanks <a href="https://github.com/Monchi">Monchi</a> for their first PR to Babel!</p>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-helper-replace-supers</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11985">#11985</a> fix: declare babel/traverse as a dependency (<a href="https://github.com/JLHwung">JLHwung</a>)</li>
</ul>
</li>
<li><code>babel-core</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11974">#11974</a> Ensure <code>import()</code> is not transpiled in <code>babel-core</code> published source (<a href="https://github.com/JLHwung">JLHwung</a>)</li>
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11979">#11979</a> Throw error on invalid flow async generic arrow syntax (<a href="https://github.com/existentialism">existentialism</a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11955">#11955</a> Fix parsing type casted generic flow arrow exprs (<a href="https://github.com/existentialism">existentialism</a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11973">#11973</a> fix: do not transform ClassPrivateMethods in estree (<a href="https://github.com/JLHwung">JLHwung</a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11941">#11941</a> fix: push new token context when braceHashL is seen (<a href="https://github.com/JLHwung">JLHwung</a>)</li>
</ul>
</li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md">babel/eslint-parser's changelog</a>.</em></p>
<blockquote>
<h2>v7.11.5 (2020-08-31)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-helper-builder-react-jsx-experimental</code>, <code>babel-plugin-transform-react-jsx-development</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12017">#12017</a> Fix <code>jsxDEV</code> for generated elements (<a href="https://github.com/Timer">Timer</a>)</li>
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11931">#11931</a> fix: ExpressionBody should respect [In] parameter (<a href="https://github.com/JLHwung">JLHwung</a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11987">#11987</a> Set generator to true during error recovery of accessor (<a href="https://github.com/existentialism">existentialism</a>)</li>
</ul>
</li>
<li>Other
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11993">#11993</a> Added linting support for private class methods (<a href="https://github.com/giovannicalo">giovannicalo</a>)</li>
</ul>
</li>
<li><code>babel-plugin-proposal-function-bind</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12000">#12000</a> fix(plugin-proposal-function-bind): fix invalid code emitted for <code>::super.foo</code> (<a href="https://github.com/uhyo">uhyo</a>)</li>
</ul>
</li>
</ul>
<h4>💅 Polish</h4>
<ul>
<li><code>babel-traverse</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11832">#11832</a> Forward deopt node path (<a href="https://github.com/johanholmerin">johanholmerin</a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li>Other
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12013">#12013</a> Remove unused enhanced-resolve and normalize lock resolutions (<a href="https://github.com/JLHwung">JLHwung</a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12010">#12010</a> chore: use Rollup 2 (<a href="https://github.com/JLHwung">JLHwung</a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12002">#12002</a> Restructure CI workflow (<a href="https://github.com/JLHwung">JLHwung</a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11781">#11781</a> chore: improve Yarn 2 cache on CI (<a href="https://github.com/JLHwung">JLHwung</a>)</li>
</ul>
</li>
<li><em>Every package</em>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11962">#11962</a> Use Yarn 2 (<a href="https://github.com/JLHwung">JLHwung</a>)</li>
</ul>
</li>
</ul>
<h2>v7.11.4 (2020-08-20)</h2>
<h4>🐛 Bug Fix</h4>
<ul>
<li><code>babel-helper-replace-supers</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11985">#11985</a> fix: declare babel/traverse as a dependency (<a href="https://github.com/JLHwung">JLHwung</a>)</li>
</ul>
</li>
<li><code>babel-core</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11974">#11974</a> Ensure <code>import()</code> is not transpiled in <code>babel-core</code> published source (<a href="https://github.com/JLHwung">JLHwung</a>)</li>
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11979">#11979</a> Throw error on invalid flow async generic arrow syntax (<a href="https://github.com/existentialism">existentialism</a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11955">#11955</a> Fix parsing type casted generic flow arrow exprs (<a href="https://github.com/existentialism">existentialism</a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11973">#11973</a> fix: do not transform ClassPrivateMethods in estree (<a href="https://github.com/JLHwung">JLHwung</a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11941">#11941</a> fix: push new token context when braceHashL is seen (<a href="https://github.com/JLHwung">JLHwung</a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11943">#11943</a> fix: reset EndLocation for catch param (<a href="https://github.com/JLHwung">JLHwung</a>)</li>
</ul>
</li>
<li>Other
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11978">#11978</a> fix: do not mutate newTypes (<a href="https://github.com/JLHwung">JLHwung</a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11970">#11970</a> fix: ensure defaults are set in babel/eslint-parser (<a href="https://github.com/kaicataldo">kaicataldo</a>)</li>
</ul>
</li>
<li><code>babel-generator</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11947">#11947</a> fix: disallow line break between async and property (<a href="https://github.com/JLHwung">JLHwung</a>)</li>
</ul>
</li>
</ul>
<h4>🏠 Internal</h4>
<ul>
<li>Other
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11952">#11952</a> Move legacy node version tests to GitHub actions (<a href="https://github.com/JLHwung">JLHwung</a>)</li>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11936">#11936</a> chore: do not push version commit on lerna version (<a href="https://github.com/JLHwung">JLHwung</a>)</li>
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a href="https://github-redirect.dependabot.com/babel/babel/pull/11923">#11923</a> Add more parser test cases (<a href="https://github.com/JLHwung">JLHwung</a>)</li>
</ul>
</li>
</ul>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="af64ccb2b0"><code>af64ccb</code></a> v7.11.5</li>
<li><a href="2e20f1b8a6"><code>2e20f1b</code></a> add test on ES2021 features (<a href="https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser/issues/12005">#12005</a>)</li>
<li><a href="3fad7eab9b"><code>3fad7ea</code></a> Use Yarn 2 (<a href="https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser/issues/11962">#11962</a>)</li>
<li><a href="90b1989569"><code>90b1989</code></a> v7.11.4</li>
<li><a href="1b0f19b019"><code>1b0f19b</code></a> fix: do not mutate newTypes (<a href="https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser/issues/11978">#11978</a>)</li>
<li><a href="180e9c00e3"><code>180e9c0</code></a> fix: ensure defaults are set in babel/eslint-parser (<a href="https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser/issues/11970">#11970</a>)</li>
<li><a href="cdada5800d"><code>cdada58</code></a> fix: do not transform ClassPrivateMethods in estree (<a href="https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser/issues/11973">#11973</a>)</li>
<li><a href="57b658c4d8"><code>57b658c</code></a> v7.11.3</li>
<li><a href="48e793e964"><code>48e793e</code></a> fix: add ImportExpression visitorKeys (<a href="https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser/issues/11932">#11932</a>)</li>
<li><a href="08054181c3"><code>0805418</code></a> docs: remove experimental warning on README (<a href="https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser/issues/11900">#11900</a>)</li>
<li>See full diff in <a href="https://github.com/babel/babel/commits/v7.11.5/eslint/babel-eslint-parser">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@babel/eslint-parser&package-manager=npm_and_yarn&previous-version=7.11.0&new-version=7.11.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Pull Request resolved: https://github.com/facebook/flipper/pull/1556

Reviewed By: cekkaewnumchai

Differential Revision: D24112930

Pulled By: mweststrate

fbshipit-source-id: 54c56ce714445f336b5d36970cfb52b5c8027da1
2020-10-06 04:23:08 -07:00

278 lines
9.3 KiB
JSON

{
"name": "flipper-project",
"version": "0.61.0",
"description": "Mobile development tool",
"productName": "Flipper",
"author": {
"name": "Facebook Inc",
"email": "n/a",
"url": "https://github.com/facebook"
},
"homepage": "https://fbflipper.com/",
"icon": "icon.png",
"category": "facebook-intern",
"privileged": true,
"private": true,
"workspaces": {
"packages": [
"app",
"app/src/fb/*",
"babel-transformer",
"doctor",
"headless",
"headless-tests",
"pkg",
"pkg-lib",
"flipper-plugin",
"static",
"plugins/*",
"e2e",
"plugin-lib",
"test-utils",
"eslint-plugin-flipper"
],
"nohoist": [
"flipper-plugin-kaios-big-allocations/firefox-client"
]
},
"build": {
"appId": "flipper",
"productName": "Flipper",
"artifactName": "Flipper-${os}.${ext}",
"protocols": {
"name": "flipper",
"schemes": [
"flipper"
]
},
"mac": {
"category": "public.app-category.developer-tools",
"extendInfo": {
"NSUserNotificationAlertStyle": "alert"
}
},
"linux": {
"icon": "icon.icns",
"category": "Development"
},
"deb": {
"icon": "icon.icns"
},
"dmg": {
"background": "dmgBackground.png",
"icon": "icon.icns",
"iconSize": 155,
"window": {
"width": 660,
"height": 400
},
"contents": [
{
"x": 123,
"y": 172
},
{
"x": 539,
"y": 168,
"type": "link",
"path": "/Applications"
}
]
},
"win": {
"publisherName": "Facebook, Inc.",
"sign": null
},
"asar": true,
"fileAssociations": [
{
"ext": [
".flipper"
],
"name": "Flipper Data",
"role": "Viewer",
"icon": "document-icons/document.icns"
}
]
},
"resolutions": {
"@jest-runner/electron/electron": "10.1.1",
"adbkit-logcat": "2.0.1",
"@types/react": "16.9.17",
"@types/react-dom": "16.9.4",
"acorn": "7.1.1",
"minimist": "1.2.3",
"**/metro/**/temp": "0.9.0",
"**/metro/**/ws": "1.1.5",
"ws": "7.3.0",
"kind-of": "6.0.3",
"bl": "4.0.3",
"node-forge": "^0.10.0"
},
"devDependencies": {
"@babel/code-frame": "^7.10.4",
"@babel/eslint-parser": "^7.11.5",
"@jest-runner/electron": "^3.0.0",
"@testing-library/dom": "^7.20.2",
"@testing-library/react": "^10.4.3",
"@types/algoliasearch": "^3.30.19",
"@types/babel__code-frame": "^7.0.1",
"@types/babel__core": "^7.1.10",
"@types/babel__generator": "^7.6.1",
"@types/babel__traverse": "^7.0.13",
"@types/decompress": "4.2.3",
"@types/deep-equal": "^1.0.1",
"@types/detect-port": "^1.1.0",
"@types/electron-devtools-installer": "^2.2.0",
"@types/expand-tilde": "^2.0.0",
"@types/express": "^4.17.2",
"@types/fb-watchman": "^2.0.0",
"@types/form-data": "^2.2.1",
"@types/fs-extra": "^9.0.1",
"@types/glob": "^7.1.1",
"@types/invariant": "^2.2.31",
"@types/jest": "^26",
"@types/lodash": "^4.14.150",
"@types/lodash.debounce": "^4.0.6",
"@types/mkdirp": "^1.0.0",
"@types/mock-fs": "^4.10.0",
"@types/node": "^13.13.0",
"@types/npm-packlist": "^1.1.1",
"@types/promise-retry": "^1.1.3",
"@types/react": "^16.9.17",
"@types/react-color": "^3.0.1",
"@types/react-dom": "^16.9.4",
"@types/react-redux": "^7.1.5",
"@types/react-test-renderer": "^16.9.1",
"@types/react-transition-group": "^4.2.2",
"@types/react-virtualized": "^9.21.9",
"@types/react-virtualized-auto-sizer": "^1.0.0",
"@types/react-window": "^1.8.1",
"@types/recursive-readdir": "^2.2.0",
"@types/redux-devtools-extension": "^2.13.2",
"@types/redux-mock-store": "^1.0.1",
"@types/redux-persist": "^4.3.1",
"@types/requestidlecallback": "^0.3.1",
"@types/rsocket-core": "^0.0.5",
"@types/rsocket-tcp-server": "^0.0.2",
"@types/socket.io": "^2.1.4",
"@types/testing-library__react": "^10.2.0",
"@types/tmp": "^0.2.0",
"@types/uuid": "^8.0.0",
"@types/which": "^1.3.2",
"@types/ws": "^7.2.0",
"@types/yargs": "^15.0.4",
"@types/yazl": "^2.4.2",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"ansi-to-html": "^0.6.3",
"babel-eslint": "^10.1.0",
"chalk": "^4.0.0",
"cross-env": "^7.0.2",
"detect-port": "^1.1.1",
"electron": "10.1.1",
"electron-builder": "^22.8.0",
"eslint": "^7.9.0",
"eslint-config-fbjs": "^3.1.1",
"eslint-config-prettier": "^6.10.1",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-flipper": "0.61.0",
"eslint-plugin-flowtype": "^4.7.0",
"eslint-plugin-header": "^3.0.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.21.1",
"eslint-plugin-react-hooks": "^4.0.4",
"expand-tilde": "^2.0.2",
"express": "^4.15.2",
"fb-watchman": "^2.0.1",
"flipper-babel-transformer": "0.61.0",
"flipper-pkg-lib": "0.61.0",
"flipper-plugin-lib": "0.61.0",
"flow-bin": "0.128.0",
"fs-extra": "^9.0.0",
"glob": "^7.1.2",
"ignore": "^5.1.4",
"invariant": "^2.2.4",
"jest": "^26",
"jest-environment-jsdom-sixteen": "^1.0.3",
"jest-fetch-mock": "^3.0.3",
"less": "^3.12.2",
"line-replace": "^2.0.1",
"metro": "^0.60.0",
"metro-minify-terser": "^0.60.0",
"metro-resolver": "^0.60.0",
"node-fetch": "^2.6.0",
"p-filter": "^2.1.0",
"p-map": "^4.0.0",
"pkg": "^4.4.1",
"prettier": "^2.0.0",
"pretty-format": "^26.1.0",
"promisify-child-process": "^4.1.0",
"react-async": "^10.0.0",
"react-refresh": "^0.8.1",
"recursive-readdir": "^2.2.2",
"redux": "^4.0.0",
"rimraf": "^3.0.2",
"socket.io": "^2.0.4",
"tmp": "^0.2.1",
"ts-jest": "^26.0.0",
"ts-node": "^8.8.1",
"typescript": "^4.0.3",
"uuid": "^8.3.0",
"yargs": "^15.4.1",
"yazl": "^2.5.1"
},
"scripts": {
"preinstall": "node scripts/prepare-watchman-config.js && yarn config set ignore-engines",
"postinstall": "patch-package && ./ts-node scripts/yarn-install-fb-plugins.ts && yarn build:pkg && yarn build:eslint && ./ts-node scripts/generate-plugin-entry-points.ts && yarn build:themes",
"rm-dist": "rimraf ../dist",
"rm-modules": "rimraf **/*/node_modules node_modules",
"rm-temp": "rimraf $TMPDIR/jest* $TMPDIR/react-native-packager*",
"rm-bundle": "rimraf static/main.bundle.* **/lib **/*.tsbuildinfo",
"rm-watches": "watchman watch-del-all",
"rm-metro-cache": "rimraf $TMPDIR/metro-cache*",
"reset": "yarn rm-dist && yarn rm-temp && yarn rm-metro-cache && yarn cache clean && yarn rm-bundle && yarn rm-modules",
"predev-server": "yarn build:pkg",
"dev-server": "cross-env NODE_ENV=development ./ts-node scripts/start-dev-server.ts",
"start": "yarn dev-server --inspect=9229",
"start:break": "yarn dev-server --inspect-brk=9229",
"start:no-embedded-plugins": "yarn start --no-embedded-plugins",
"build:babel-transformer": "cd babel-transformer && yarn build",
"build:pkg": "cd pkg && yarn build",
"build:eslint": "cd eslint-plugin-flipper && yarn build",
"build:themes": "lessc --js themes/light.less static/themes/light.css && lessc --js themes/dark.less static/themes/dark.css",
"prebuild": "yarn build:pkg && yarn rm-dist && yarn build:themes",
"build": "cross-env NODE_ENV=production ./ts-node scripts/build-release.ts $@",
"build:dev": "cross-env NODE_ENV=development ./ts-node scripts/build-release.ts $@",
"prebuild-headless": "yarn build:pkg",
"build-headless": "cross-env NODE_ENV=production ./ts-node scripts/build-headless.ts $@",
"build-plugin": "./ts-node scripts/build-plugin.ts",
"resolve-plugin-dir": "./ts-node scripts/resolve-plugin-dir.ts",
"list-plugins": "./ts-node scripts/list-plugins.ts",
"open-dist": "open ../dist/mac/Flipper.app --args --launcher=false --inspect=9229",
"fix": "eslint . --fix --ext .js,.ts,.tsx",
"pretest": "yarn build:pkg",
"test": "jest",
"watch": "jest --watch",
"test:debug": "yarn build:pkg && node --inspect node_modules/.bin/jest --runInBand",
"test-electron": "yarn build:pkg && jest --testMatch=\"**/**.electron\\.(js|jsx|ts|tsx)\" --testEnvironment=@jest-runner/electron/environment --runner=@jest-runner/electron",
"test-with-device": "yarn build:pkg && USE_ELECTRON_STUBS=1 jest --testMatch=\"**/**.device\\.(js|jsx|ts|tsx)\" --detectOpenHandles",
"test-e2e": "cd e2e && yarn test",
"lint:tsc": "tsc --noemit",
"prelint:eslint": "yarn build:eslint",
"lint:eslint": "eslint . --ext .js,.ts,.tsx",
"lint:flow": "flow check",
"lint": "yarn lint:eslint && yarn lint:flow && yarn lint:tsc",
"bump-versions": "./ts-node scripts/bump-versions.ts",
"publish-packages": "./ts-node scripts/publish-packages.ts",
"everything": "yarn reset && yarn install && yarn lint && yarn test && yarn test-electron && yarn build --mac --mac-dmg --win --linux --linux-deb && yarn build-headless --mac --linux && yarn start"
},
"optionalDependencies": {
"7zip-bin-mac": "^1.0.1"
}
}