Summary:
D24358369 (8a31e984b3) introduced a dependency outside the `sonar/` dir, which probably should not have happened. D27324576 finally broke this, by adding a dep to QPL core, which will never be installed in our CI.
This diff unbreaks that rewriting the require to a locally provided version of crc32, however this is a stop gap, and it would be great if someone would look into a sustainable solution :)
Reviewed By: passy
Differential Revision: D27327272
fbshipit-source-id: 70cdf21c7ecf081ef804d6338ec11e498e3cb7cf
98 lines
2.7 KiB
JSON
98 lines
2.7 KiB
JSON
{
|
|
"name": "flipper",
|
|
"version": "0.0.0",
|
|
"description": "Mobile development tool",
|
|
"productName": "Flipper",
|
|
"author": "Facebook Inc",
|
|
"main": "src/index.tsx",
|
|
"icon": "icon.png",
|
|
"category": "facebook-intern",
|
|
"privileged": true,
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"reset": "rimraf lib *.tsbuildinfo",
|
|
"build": "tsc -b"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons": "^4.5.0",
|
|
"@emotion/css": "^11.0.0",
|
|
"@emotion/react": "^11.1.1",
|
|
"@emotion/styled": "^11.1.5",
|
|
"@iarna/toml": "^2.2.5",
|
|
"@types/archiver": "^5.1.0",
|
|
"@types/uuid": "^8.0.1",
|
|
"JSONStream": "^1.3.1",
|
|
"adbkit": "^2.11.1",
|
|
"adbkit-logcat": "^2.0.1",
|
|
"antd": "^4.12.2",
|
|
"archiver": "^5.0.2",
|
|
"async-mutex": "^0.3.1",
|
|
"axios": "^0.21.1",
|
|
"cbuffer": "^2.2.0",
|
|
"console-feed": "^3.2.1",
|
|
"crc32": "^0.2.2",
|
|
"deep-equal": "^2.0.1",
|
|
"expand-tilde": "^2.0.2",
|
|
"flipper-client-sdk": "^0.0.3",
|
|
"flipper-doctor": "0.0.0",
|
|
"flipper-plugin": "0.0.0",
|
|
"flipper-plugin-lib": "0.0.0",
|
|
"fs-extra": "^9.0.1",
|
|
"immer": "^9.0.0",
|
|
"immutable": "^4.0.0-rc.12",
|
|
"invariant": "^2.2.2",
|
|
"lodash": "^4.17.19",
|
|
"lodash.memoize": "^4.1.2",
|
|
"open": "^7.4.2",
|
|
"openssl-wrapper": "^0.3.4",
|
|
"p-filter": "^2.1.0",
|
|
"p-map": "^4.0.0",
|
|
"promise-retry": "^2.0.1",
|
|
"promisify-child-process": "^4.1.0",
|
|
"prop-types": "^15.6.0",
|
|
"query-string": "^6.13.3",
|
|
"react": "17.0.1",
|
|
"react-async": "^10.0.0",
|
|
"react-color": "^2.19.3",
|
|
"react-debounce-render": "^7.0.0",
|
|
"react-dom": "^17.0.1",
|
|
"react-element-to-jsx-string": "^14.3.1",
|
|
"react-markdown": "^5.0.3",
|
|
"react-player": "^1.15.2",
|
|
"react-redux": "^7.1.1",
|
|
"react-test-renderer": "^17.0.1",
|
|
"react-transition-group": "^4.4.1",
|
|
"react-virtualized-auto-sizer": "^1.0.2",
|
|
"react-window": "^1.8.6",
|
|
"recursive-readdir": "^2.2.2",
|
|
"redux": "^4.0.0",
|
|
"redux-persist": "^6.0.0",
|
|
"rsocket-core": "^0.0.19",
|
|
"rsocket-flowable": "^0.0.25",
|
|
"rsocket-tcp-server": "^0.0.19",
|
|
"rsocket-types": "^0.0.16",
|
|
"semver": "^7.3.2",
|
|
"string-natural-compare": "^3.0.0",
|
|
"tmp": "^0.2.1",
|
|
"uuid": "^8.3.2",
|
|
"which": "^2.0.1",
|
|
"ws": "^7.4.2",
|
|
"xdg-basedir": "^4.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"7zip-bin-mac": "^1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/dom": "^7.29.0",
|
|
"@testing-library/react": "^11.2.3",
|
|
"@types/lodash.memoize": "^4.1.6",
|
|
"flipper-test-utils": "0.0.0",
|
|
"metro-runtime": "^0.65.2",
|
|
"mock-fs": "^4.13.0",
|
|
"pretty-format": "^26.1.0",
|
|
"react-refresh": "^0.9.0",
|
|
"redux-mock-store": "^1.0.1",
|
|
"ts-jest": "^26.0.0"
|
|
}
|
|
}
|