Files
flipper/desktop/static/package.json
Anton Nikolaev bf32297ad9 Publish all packages to npm on release
Summary: Publish all the public packages (excluding those with "private=true") included as workspaces to "desktop" project.

Reviewed By: jknoxville

Differential Revision: D20765097

fbshipit-source-id: 444541e9a682a90eba02cb3da85ada9bd00d93d0
2020-03-31 06:34:39 -07:00

25 lines
559 B
JSON

{
"name": "flipper-static",
"version": "0.35.0",
"main": "index.js",
"private": true,
"license": "MIT",
"dependencies": {
"electron-devtools-installer": "^2.2.4",
"expand-tilde": "^2.0.2",
"fb-watchman": "^2.0.0",
"fix-path": "^3.0.0",
"fs-extra": "^8.1.0",
"flipper-babel-transformer": "0.35.0",
"mem": "^6.0.0",
"metro": "^0.58.0",
"mkdirp": "^1.0.0",
"p-map": "^4.0.0",
"recursive-readdir": "2.2.2",
"uuid": "^7.0.1",
"xdg-basedir": "^4.0.0",
"yargs": "^15.3.1",
"ws": "^7.2.3"
}
}