aboutsummaryrefslogtreecommitdiffstats
path: root/packages/main/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/main/package.json')
-rw-r--r--packages/main/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/main/package.json b/packages/main/package.json
index 11a6270..63da432 100644
--- a/packages/main/package.json
+++ b/packages/main/package.json
@@ -5,9 +5,10 @@
5 "main": "dist/index.cjs", 5 "main": "dist/index.cjs",
6 "scripts": { 6 "scripts": {
7 "build": "vite build", 7 "build": "vite build",
8 "typecheck": "tsc --noEmit" 8 "typecheck": "tsc"
9 }, 9 },
10 "dependencies": { 10 "dependencies": {
11 "@sophie/shared": "workspace:*",
11 "electron": "^16.0.5" 12 "electron": "^16.0.5"
12 }, 13 },
13 "devDependencies": { 14 "devDependencies": {