aboutsummaryrefslogtreecommitdiffstats
path: root/packages/main/package.json
blob: 63da43235e526fedbee0fce7af1076d67fe19a16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "@sophie/main",
  "version": "0.1.0",
  "private": true,
  "main": "dist/index.cjs",
  "scripts": {
    "build": "vite build",
    "typecheck": "tsc"
  },
  "dependencies": {
    "@sophie/shared": "workspace:*",
    "electron": "^16.0.5"
  },
  "devDependencies": {
    "@types/electron-devtools-installer": "^2.2.0",
    "@types/node": "^16.11.15",
    "electron-devtools-installer": "^3.2.0",
    "typescript": "^4.5.4",
    "vite": "^2.7.6"
  }
}