Files
flipper/desktop/app/package.json
Michel Weststrate ad4a55f263 move node types, stub node modules
Summary: This diff stubs all node modules when running in the browser, so that, albeit with a lot of errors and without plugins, the UI loads in a browser. To be continued in the rest of this diff

Reviewed By: antonk52

Differential Revision: D32665705

fbshipit-source-id: 4632e241f59c5b9712a41d01a26878afb01f69b5
2021-12-08 04:30:57 -08: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.0",
"invariant": "^2.2.2",
"metro-runtime": "^0.66.2",
"pretty-format": "^27.3.1"
},
"optionalDependencies": {},
"devDependencies": {
"@types/node": "^15.12.5",
"react-refresh": "^0.11.0"
}
}