Files
flipper/desktop/static/package.json
Pascal Hartig 18b6ce6f24 Dep bump
Summary: Combining a bunch of individual tasks for dep upgrades into one diff.

Reviewed By: ivanmisuno

Differential Revision: D42706074

fbshipit-source-id: 054b2545ad1295699f47f4c6eb5065b7b9a1d6a0
2023-01-25 04:35:09 -08:00

20 lines
392 B
JSON

{
"name": "flipper-static",
"version": "0.0.0",
"main": "index.js",
"private": true,
"license": "MIT",
"dependencies": {
"electron-devtools-installer": "^3.2.0",
"fix-path": "^3.0.0",
"mkdirp": "^1.0.4",
"node-fetch": "^2.6.7",
"ws": "^8.6.0",
"xdg-basedir": "^4.0.0",
"yargs": "^17.6.2"
},
"devDependencies": {
"@types/mkdirp": "^1.0.2"
}
}