Files
flipper/desktop/app/package.json
Pascal Hartig cc3aca0e8b Upgrade @types/node to one version everywhere
Summary: Caused some inconsistencies when running `tsc`. This brings them back in line.

Reviewed By: aigoncharov

Differential Revision: D36101548

fbshipit-source-id: b8f757c59f879911c9b0920fe11396246ffa37e2
2022-05-04 04:03:19 -07:00

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": "^17.0.31",
"react-refresh": "^0.11.0"
}
}