aboutsummaryrefslogtreecommitdiffstats
path: root/packages/main/package.json
blob: f4cf18b6f308e9795bcdbdcd13a3cc41e51d1cff (plain) (blame)
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
29
30
31
32
33
34
{
  "name": "@sophie/main",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "types": "dist-types/index.d.ts",
  "scripts": {
    "typecheck": "tsc"
  },
  "dependencies": {
    "@sophie/service-shared": "workspace:*",
    "@sophie/shared": "workspace:*",
    "chalk": "^5.0.0",
    "electron": "16.0.5",
    "json5": "^2.2.0",
    "lodash-es": "^4.17.21",
    "loglevel": "^1.8.0",
    "loglevel-plugin-prefix": "^0.8.4",
    "mobx": "^6.3.10",
    "mobx-state-tree": "^5.1.0",
    "ms": "^2.1.3"
  },
  "devDependencies": {
    "@types/electron-devtools-installer": "^2.2.1",
    "@types/lodash-es": "^4.17.5",
    "@types/ms": "^0.7.31",
    "@types/node": "^17.0.5",
    "electron-devtools-installer": "^3.2.0",
    "esbuild": "^0.14.9",
    "jest": "^27.4.5",
    "rimraf": "^3.0.2",
    "typescript": "^4.5.4"
  }
}