Summary: Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.21.5 to 7.23.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md">eslint-plugin-react's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/yannickcr/eslint-plugin-react/compare/v7.23.0...v7.23.1">7.23.1</a> - 2021.03.23</h2> <h3>Fixed</h3> <ul> <li>version detection: support processor virtual filename (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2949">#2949</a>[] <a href="https://github.com/JounQin"><code>@JounQin</code></a>)</li> </ul> <p><a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2949">#2949</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2949">yannickcr/eslint-plugin-react#2949</a></p> <h2><a href="https://github.com/yannickcr/eslint-plugin-react/compare/v7.22.0...v7.23.0">7.23.0</a> - 2021.03.22</h2> <h3>Added</h3> <ul> <li>[<code>jsx-no-target-blank</code>]: add fixer (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2862">#2862</a>[] <a href="https://github.com/Nokel81"><code>@Nokel81</code></a>)</li> <li>[<code>jsx-pascal-case</code>]: support minimatch <code>ignore</code> option (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2906">#2906</a>[] <a href="https://github.com/bcherny"><code>@bcherny</code></a>)</li> <li>[<code>jsx-pascal-case</code>]: support <code>allowNamespace</code> option (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2917">#2917</a>[] <a href="https://github.com/kev-y-huang"><code>@kev-y-huang</code></a>)</li> <li>[<code>jsx-newline</code>]: Add prevent option (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2935">#2935</a>[] <a href="https://github.com/jsphstls"><code>@jsphstls</code></a>)</li> <li>[<code>no-unstable-nested-components</code>]: Prevent creating unstable components inside components (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2750">#2750</a>[] <a href="https://github.com/AriPerkkio"><code>@AriPerkkio</code></a>)</li> <li>added <code>jsx-runtime</code> config, for the modern JSX runtime transform (<a href="https://github.com/ljharb"><code>@ljharb</code></a>)</li> </ul> <h3>Fixed</h3> <ul> <li>[<code>jsx-no-constructed-context-values</code>]: avoid a crash with <code>as X</code> TS code (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2894">#2894</a>[] <a href="https://github.com/ljharb"><code>@ljharb</code></a>)</li> <li>[<code>jsx-no-constructed-context-values</code>]: avoid a crash with boolean shorthand (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2895">#2895</a>[] <a href="https://github.com/ljharb"><code>@ljharb</code></a>)</li> <li>[<code>static-property-placement</code>]: do not report non-components (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2893">#2893</a>[] <a href="https://github.com/golopot"><code>@golopot</code></a>)</li> <li>[<code>no-array-index-key</code>]: support optional chaining (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2897">#2897</a>[] <a href="https://github.com/SyMind"><code>@SyMind</code></a>)</li> <li>[<code>no-typos</code>]: avoid a crash on bindingless <code>prop-types</code> import; add warning (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2899">#2899</a>[] <a href="https://github.com/ljharb"><code>@ljharb</code></a>)</li> <li>[<code>jsx-curly-brace-presence</code>]: ignore containers with comments (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2900">#2900</a>[] <a href="https://github.com/golopot"><code>@golopot</code></a>)</li> <li>[<code>destructuring-assignment</code>]: fix a false positive for local prop named <code>context</code> in SFC (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2929">#2929</a>[] <a href="https://github.com/SyMind"><code>@SyMind</code></a>)</li> <li>[<code>jsx-no-target-blank</code>]: Allow rel="noreferrer" when <code>allowReferrer</code> is true (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2925">#2925</a>[] <a href="https://github.com/edemaine"><code>@edemaine</code></a>)</li> <li>[<code>boolean-prop-naming</code>]: add check for typescript "boolean" type (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2930">#2930</a>[] <a href="https://github.com/vedadeepta"><code>@vedadeepta</code></a>)</li> <li>version detection: Add tests that verify versioning works for sibling and child projects (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2943">#2943</a>[] <a href="https://github.com/jcrosetto"><code>@jcrosetto</code></a>)</li> <li>[<code>jsx-curly-newline</code>]: Update error messages (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2933">#2933</a>[] <a href="https://github.com/jbrower2"><code>@jbrower2</code></a>)</li> </ul> <h3>Changed</h3> <ul> <li>[Docs] [<code>jsx-no-constructed-context-values</code>][]: fix invalid example syntax (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2910">#2910</a>[] <a href="https://github.com/kud"><code>@kud</code></a>)</li> <li>[readme] Replace lists of rules with tables in readme (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2908">#2908</a>[] <a href="https://github.com/motato1"><code>@motato1</code></a>)</li> <li>[Docs] added missing curly braces (<a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2923">#2923</a>[] <a href="https://github.com/Muditxofficial"><code>@Muditxofficial</code></a>)</li> </ul> <p><a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2943">#2943</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2943">yannickcr/eslint-plugin-react#2943</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2935">#2935</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2935">yannickcr/eslint-plugin-react#2935</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2933">#2933</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2933">yannickcr/eslint-plugin-react#2933</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2930">#2930</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2930">yannickcr/eslint-plugin-react#2930</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2929">#2929</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2929">yannickcr/eslint-plugin-react#2929</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2925">#2925</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2925">yannickcr/eslint-plugin-react#2925</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2923">#2923</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2923">yannickcr/eslint-plugin-react#2923</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2917">#2917</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2917">yannickcr/eslint-plugin-react#2917</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2910">#2910</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2910">yannickcr/eslint-plugin-react#2910</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2908">#2908</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2908">yannickcr/eslint-plugin-react#2908</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2906">#2906</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2906">yannickcr/eslint-plugin-react#2906</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2900">#2900</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/2900">yannickcr/eslint-plugin-react#2900</a> <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2899">#2899</a>: <a href="https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/2899">yannickcr/eslint-plugin-react#2899</a></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="307458fad8"><code>307458f</code></a> Update CHANGELOG and bump version</li> <li><a href="886ae07ad6"><code>886ae07</code></a> [Dev Deps] update <code>types/estree</code></li> <li><a href="bc372203bb"><code>bc37220</code></a> [Fix] version detection: support processor virtual filename</li> <li><a href="3d7fd57914"><code>3d7fd57</code></a> Update CHANGELOG and bump version</li> <li><a href="c8917b0885"><code>c8917b0</code></a> [New] added <code>jsx-runtime</code> config, for the modern JSX runtime transform</li> <li><a href="7b35ee7204"><code>7b35ee7</code></a> [New] <code>no-unstable-nested-components</code>: Prevent creating unstable components i...</li> <li><a href="4dda913dfa"><code>4dda913</code></a> [Tests] <code>jsx-max-depth</code>: add test case</li> <li><a href="525af5ffbe"><code>525af5f</code></a> [Fix] <code>jsx-curly-newline</code>: Update error messages</li> <li><a href="a68607966b"><code>a686079</code></a> [New] <code>jsx-newline</code>: Add prevent option</li> <li><a href="bf8dff03d3"><code>bf8dff0</code></a> [Dev Deps] update <code>types/eslint</code>, <code>types/estree</code>, <code>types/node</code></li> <li>Additional commits viewable in <a href="https://github.com/yannickcr/eslint-plugin-react/compare/v7.21.5...v7.23.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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/2131 Reviewed By: passy Differential Revision: D27396031 Pulled By: mweststrate fbshipit-source-id: d4a6665666d14508a735f8031959673dc1832969
285 lines
9.6 KiB
JSON
285 lines
9.6 KiB
JSON
{
|
|
"author": {
|
|
"email": "n/a",
|
|
"name": "Facebook Inc",
|
|
"url": "https://github.com/facebook"
|
|
},
|
|
"build": {
|
|
"appId": "flipper",
|
|
"artifactName": "Flipper-${os}.${ext}",
|
|
"asar": true,
|
|
"asarUnpack": [
|
|
"PortForwardingMacApp.app/**/*"
|
|
],
|
|
"deb": {
|
|
"icon": "icon.icns"
|
|
},
|
|
"dmg": {
|
|
"background": "dmgBackground.png",
|
|
"contents": [
|
|
{
|
|
"x": 123,
|
|
"y": 172
|
|
},
|
|
{
|
|
"path": "/Applications",
|
|
"type": "link",
|
|
"x": 539,
|
|
"y": 168
|
|
}
|
|
],
|
|
"icon": "icon.icns",
|
|
"iconSize": 155,
|
|
"window": {
|
|
"height": 400,
|
|
"width": 660
|
|
}
|
|
},
|
|
"fileAssociations": [
|
|
{
|
|
"ext": [
|
|
".flipper"
|
|
],
|
|
"icon": "document-icons/document.icns",
|
|
"name": "Flipper Data",
|
|
"role": "Viewer"
|
|
}
|
|
],
|
|
"linux": {
|
|
"category": "Development",
|
|
"icon": "icon.icns"
|
|
},
|
|
"mac": {
|
|
"category": "public.app-category.developer-tools",
|
|
"extendInfo": {
|
|
"NSUserNotificationAlertStyle": "alert"
|
|
}
|
|
},
|
|
"productName": "Flipper",
|
|
"protocols": {
|
|
"name": "flipper",
|
|
"schemes": [
|
|
"flipper"
|
|
]
|
|
},
|
|
"win": {
|
|
"publisherName": "Facebook, Inc.",
|
|
"sign": null
|
|
}
|
|
},
|
|
"category": "facebook-intern",
|
|
"description": "Mobile development tool",
|
|
"devDependencies": {
|
|
"@adobe/node-fetch-retry": "^1.1.0",
|
|
"@babel/code-frame": "^7.12.13",
|
|
"@babel/eslint-parser": "^7.13.10",
|
|
"@jest-runner/electron": "^3.0.1",
|
|
"@testing-library/dom": "^7.30.1",
|
|
"@testing-library/react": "^11.2.5",
|
|
"@types/adobe__node-fetch-retry": "^1.0.0",
|
|
"@types/algoliasearch": "^3.30.19",
|
|
"@types/babel__code-frame": "^7.0.2",
|
|
"@types/babel__core": "^7.1.14",
|
|
"@types/babel__generator": "^7.6.2",
|
|
"@types/babel__traverse": "^7.11.1",
|
|
"@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.11",
|
|
"@types/fb-watchman": "^2.0.0",
|
|
"@types/form-data": "^2.2.1",
|
|
"@types/fs-extra": "^9.0.9",
|
|
"@types/glob": "^7.1.1",
|
|
"@types/invariant": "^2.2.31",
|
|
"@types/jest": "^26.0.22",
|
|
"@types/lodash": "^4.14.168",
|
|
"@types/lodash.debounce": "^4.0.6",
|
|
"@types/mkdirp": "^1.0.0",
|
|
"@types/mock-fs": "^4.13.0",
|
|
"@types/node": "^14.14.36",
|
|
"@types/npm-packlist": "^1.1.1",
|
|
"@types/promise-retry": "^1.1.3",
|
|
"@types/react": "^17.0.3",
|
|
"@types/react-color": "^3.0.1",
|
|
"@types/react-dom": "^17.0.3",
|
|
"@types/react-redux": "^7.1.16",
|
|
"@types/react-test-renderer": "^17.0.1",
|
|
"@types/react-transition-group": "^4.4.1",
|
|
"@types/react-virtualized": "^9.21.11",
|
|
"@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/resize-observer-browser": "^0.1.5",
|
|
"@types/rsocket-core": "^0.0.6",
|
|
"@types/rsocket-tcp-server": "^0.0.2",
|
|
"@types/socket.io": "^2.1.13",
|
|
"@types/testing-library__react": "^10.2.0",
|
|
"@types/tmp": "^0.2.0",
|
|
"@types/uuid": "^8.0.0",
|
|
"@types/which": "^2.0.0",
|
|
"@types/ws": "^7.4.0",
|
|
"@types/yargs": "^15.0.11",
|
|
"@types/yazl": "^2.4.2",
|
|
"@typescript-eslint/eslint-plugin": "^4.15.2",
|
|
"@typescript-eslint/parser": "^4.19.0",
|
|
"ansi-to-html": "^0.6.3",
|
|
"app-builder-lib": "22.10.5",
|
|
"babel-eslint": "^10.1.0",
|
|
"chalk": "^4.0.0",
|
|
"cross-env": "^7.0.3",
|
|
"detect-port": "^1.1.1",
|
|
"dotenv": "^8.2.0",
|
|
"electron": "12.0.1",
|
|
"electron-builder": "22.10.5",
|
|
"eslint": "^7.12.1",
|
|
"eslint-config-fbjs": "^3.1.1",
|
|
"eslint-config-prettier": "^6.15.0",
|
|
"eslint-import-resolver-typescript": "^2.3.0",
|
|
"eslint-plugin-babel": "^5.3.1",
|
|
"eslint-plugin-flipper": "0.0.0",
|
|
"eslint-plugin-flowtype": "^4.7.0",
|
|
"eslint-plugin-header": "^3.1.1",
|
|
"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.23.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.0.0",
|
|
"flipper-pkg-lib": "0.0.0",
|
|
"flipper-plugin-lib": "0.0.0",
|
|
"fs-extra": "^9.0.0",
|
|
"glob": "^7.1.2",
|
|
"ignore": "^5.1.4",
|
|
"invariant": "^2.2.4",
|
|
"jest": "^26.6.3",
|
|
"jest-environment-jsdom-sixteen": "^1.0.3",
|
|
"jest-fetch-mock": "^3.0.3",
|
|
"less": "^3.12.2",
|
|
"line-replace": "^2.0.1",
|
|
"metro": "^0.65.2",
|
|
"metro-minify-terser": "^0.65.2",
|
|
"metro-resolver": "^0.65.2",
|
|
"node-fetch": "^2.6.1",
|
|
"p-filter": "^2.1.0",
|
|
"p-map": "^4.0.0",
|
|
"prettier": "^2.2.1",
|
|
"pretty-format": "^26.1.0",
|
|
"promisify-child-process": "^4.1.0",
|
|
"react-async": "^10.0.0",
|
|
"react-refresh": "^0.9.0",
|
|
"recursive-readdir": "^2.2.2",
|
|
"redux": "^4.0.0",
|
|
"rimraf": "^3.0.2",
|
|
"socket.io": "^3.1.0",
|
|
"tmp": "^0.2.1",
|
|
"ts-jest": "^26.0.0",
|
|
"ts-node": "^8.8.1",
|
|
"typescript": "^4.1.2",
|
|
"uuid": "^8.3.2",
|
|
"yargs": "^16.2.0",
|
|
"yazl": "^2.5.1"
|
|
},
|
|
"homepage": "https://fbflipper.com/",
|
|
"icon": "icon.png",
|
|
"name": "flipper-project",
|
|
"optionalDependencies": {
|
|
"7zip-bin-mac": "^1.0.1"
|
|
},
|
|
"private": true,
|
|
"privileged": true,
|
|
"productName": "Flipper",
|
|
"resolutions": {
|
|
"**/metro/**/temp": "0.9.0",
|
|
"**/metro/**/ws": "1.1.5",
|
|
"@jest-runner/electron/electron": "12.0.1",
|
|
"@types/react": "17.0.3",
|
|
"@types/react-dom": "17.0.3",
|
|
"acorn": "7.1.1",
|
|
"adbkit-logcat": "2.0.1",
|
|
"bl": "4.0.3",
|
|
"csstype": "^3.0.5",
|
|
"jsdom": "16.4.0",
|
|
"kind-of": "6.0.3",
|
|
"minimist": "1.2.3",
|
|
"node-fetch": "^2.6.1",
|
|
"node-forge": "^0.10.0",
|
|
"node-notifier": "^8.0.1",
|
|
"ws": "7.3.0",
|
|
"xmldom": "0.5.0"
|
|
},
|
|
"scripts": {
|
|
"build": "cross-env NODE_ENV=production ./ts-node scripts/build-release.ts $@",
|
|
"build-plugin": "./ts-node scripts/build-plugin.ts",
|
|
"build:dev": "cross-env NODE_ENV=development ./ts-node scripts/build-release.ts $@",
|
|
"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",
|
|
"build:tsc": "tsc -b tsc-root/tsconfig.json && ./ts-node ./scripts/compute-package-checksum.ts -d ./babel-transformer -o ./lib/checksum.txt",
|
|
"bump-versions": "./ts-node scripts/bump-versions.ts",
|
|
"bundle-all-plugins": "./ts-node scripts/bundle-all-plugins.ts",
|
|
"dev-server": "cross-env NODE_ENV=development ./ts-node scripts/start-dev-server.ts",
|
|
"everything": "yarn reset && yarn install && yarn lint && yarn test && yarn test-electron && yarn build --mac --mac-dmg --win --linux --linux-deb && yarn start",
|
|
"fix": "eslint . --fix --ext .js,.ts,.tsx",
|
|
"lint": "yarn lint:eslint && yarn lint:tsc",
|
|
"lint:eslint": "eslint . --ext .js,.ts,.tsx",
|
|
"lint:tsc": "tsc --noemit",
|
|
"list-plugins": "./ts-node scripts/list-plugins.ts",
|
|
"open-dist": "open ../dist/mac/Flipper.app --args --launcher=false --inspect=9229",
|
|
"postinstall": "patch-package && ./ts-node scripts/gen-type-index.ts &&./ts-node scripts/yarn-install-fb-plugins.ts && yarn build:tsc && ./ts-node scripts/generate-plugin-entry-points.ts && yarn build:themes",
|
|
"prebuild": "yarn build:tsc && yarn rm-dist && yarn build:themes",
|
|
"predev-server": "yarn build:tsc",
|
|
"preinstall": "node scripts/prepare-watchman-config.js && yarn config set ignore-engines",
|
|
"prelint:eslint": "yarn build:eslint",
|
|
"pretest": "yarn build:tsc",
|
|
"publish-packages": "./ts-node scripts/publish-packages.ts",
|
|
"reset": "yarn rm-dist && yarn rm-temp && yarn rm-metro-cache && yarn cache clean && yarn rm-bundle && yarn rm-modules",
|
|
"resolve-plugin-dir": "./ts-node scripts/resolve-plugin-dir.ts",
|
|
"rm-bundle": "rimraf static/main.bundle.* **/dist/bundle.* **/lib **/*.tsbuildinfo",
|
|
"rm-dist": "rimraf ../dist",
|
|
"rm-metro-cache": "rimraf $TMPDIR/metro-cache*",
|
|
"rm-modules": "rimraf **/*/node_modules node_modules",
|
|
"rm-temp": "rimraf $TMPDIR/jest* $TMPDIR/react-native-packager*",
|
|
"rm-watches": "watchman watch-del-all",
|
|
"start": "yarn dev-server --inspect=9229",
|
|
"start:break": "yarn dev-server --inspect-brk=9229",
|
|
"start:no-embedded-plugins": "yarn start --no-embedded-plugins",
|
|
"test": "jest",
|
|
"test-e2e": "cd e2e && yarn test",
|
|
"test-electron": "yarn build:tsc && jest --testMatch=\"**/**.electron\\.(js|jsx|ts|tsx)\" --testEnvironment=@jest-runner/electron/environment --runner=@jest-runner/electron",
|
|
"test-with-device": "yarn build:tsc && USE_ELECTRON_STUBS=1 jest --testMatch=\"**/**.device\\.(js|jsx|ts|tsx)\" --detectOpenHandles",
|
|
"test:debug": "yarn build:tsc && node --inspect node_modules/.bin/jest --runInBand",
|
|
"watch": "node --expose-gc ./node_modules/.bin/jest --watch"
|
|
},
|
|
"version": "0.82.1",
|
|
"workspaces": {
|
|
"nohoist": [
|
|
"flipper-plugin-kaios-big-allocations/firefox-client"
|
|
],
|
|
"packages": [
|
|
"app",
|
|
"app/src/fb/*",
|
|
"babel-transformer",
|
|
"doctor",
|
|
"pkg",
|
|
"pkg-lib",
|
|
"flipper-plugin",
|
|
"static",
|
|
"plugins/*",
|
|
"e2e",
|
|
"plugin-lib",
|
|
"test-utils",
|
|
"eslint-plugin-flipper",
|
|
"types"
|
|
]
|
|
}
|
|
}
|