summaryrefslogtreecommitdiffhomepage
path: root/gui/package.json
blob: c6eed545c533f10bfd8241ec9333157344e8262a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "private": true,
  "workspaces": [
    "packages/*"
  ],
  "scripts": {
    "postinstall": "node unpatch-yarn.js",
    "flow": "flow",
    "lint": "eslint \"packages/**/*.js\"",
    "format": "yarn run private:format --write",
    "check-format": "yarn run private:format --list-different",
    "private:format": "prettier \"packages/**/*.{js,css,ts,tsx}\"",
    "pack:mac": "yarn workspace desktop pack:mac",
    "pack:win": "yarn workspace desktop pack:win",
    "pack:linux": "yarn workspace desktop pack:linux"
  },
  "devDependencies": {
    "babel-eslint": "^8.2.6",
    "eslint": "^5.2.0",
    "eslint-config-prettier": "^2.9.0",
    "eslint-plugin-flowtype": "^2.50.0",
    "eslint-plugin-promise": "^3.8.0",
    "eslint-plugin-react": "^7.10.0",
    "flow-bin": "0.78",
    "flow-typed": "^2.5.1",
    "prettier": "1.13.7"
  }
}