aboutsummaryrefslogtreecommitdiffstats
path: root/packages/main/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-01-03 01:02:00 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-02-08 21:41:27 +0100
commit3b7d52abb0e7de00bdf92ee3482a4cae1f6b7d64 (patch)
tree7122ef45a1fd42c7ab835ab2f2685050de2c45b2 /packages/main/package.json
parentchore(deps): update electron to version 17.0.0 (diff)
downloadsophie-3b7d52abb0e7de00bdf92ee3482a4cae1f6b7d64.tar.gz
sophie-3b7d52abb0e7de00bdf92ee3482a4cae1f6b7d64.tar.zst
sophie-3b7d52abb0e7de00bdf92ee3482a4cae1f6b7d64.zip
feat: Add Profile and Service stores
In the main process, it is optional to specify the ID of a Profile or a Service. The missing ID will be filled in with a randomly generated one. Moreover, services without a profile will get a profile generated with the same name. Signed-off-by: Kristóf Marussy <kristof@marussy.com>
Diffstat (limited to 'packages/main/package.json')
-rw-r--r--packages/main/package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/main/package.json b/packages/main/package.json
index 862b83a..80a93b9 100644
--- a/packages/main/package.json
+++ b/packages/main/package.json
@@ -20,7 +20,9 @@
20 "mobx": "^6.3.13", 20 "mobx": "^6.3.13",
21 "mobx-state-tree": "^5.1.0", 21 "mobx-state-tree": "^5.1.0",
22 "ms": "^2.1.3", 22 "ms": "^2.1.3",
23 "os-name": "^5.0.1" 23 "nanoid": "^3.1.30",
24 "os-name": "^5.0.1",
25 "slug": "^5.2.0"
24 }, 26 },
25 "devDependencies": { 27 "devDependencies": {
26 "@jest/globals": "^27.4.6", 28 "@jest/globals": "^27.4.6",
@@ -28,6 +30,7 @@
28 "@types/lodash-es": "^4.17.5", 30 "@types/lodash-es": "^4.17.5",
29 "@types/ms": "^0.7.31", 31 "@types/ms": "^0.7.31",
30 "@types/node": "^17.0.12", 32 "@types/node": "^17.0.12",
33 "@types/slug": "^5",
31 "electron-devtools-installer": "^3.2.0", 34 "electron-devtools-installer": "^3.2.0",
32 "esbuild": "^0.14.14", 35 "esbuild": "^0.14.14",
33 "git-repo-info": "^2.1.1", 36 "git-repo-info": "^2.1.1",