Summary: New round of releases and PRs came up, so bumping again. Very selective Metro update as some dependencies don't play well together. A bunch of other dependencies use ESM and fail at various stages of the build or runtime process. Reviewed By: mweststrate Differential Revision: D34688830 fbshipit-source-id: 2ff5c46c253b814140f634a986ba0d246e9b0945
31 lines
714 B
JSON
31 lines
714 B
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": {
|
|
"flipper-common": "0.0.0",
|
|
"flipper-server-core": "0.0.0",
|
|
"flipper-ui-core": "0.0.0",
|
|
"fs-extra": "^10.0.1",
|
|
"invariant": "^2.2.2",
|
|
"metro-runtime": "^0.69.0",
|
|
"pretty-format": "^27.5.0"
|
|
},
|
|
"optionalDependencies": {},
|
|
"devDependencies": {
|
|
"@types/node": "^15.12.5",
|
|
"react-refresh": "^0.11.0"
|
|
}
|
|
}
|