aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-25 03:03:30 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-25 03:06:04 +0100
commita85c8af24a7ce6706357964116cae0067b1f2a73 (patch)
tree2fe77773df9df6e025b0e521116e0473d767f96b /package.json
parentchore: Bump dependency versions (diff)
downloadsophie-a85c8af24a7ce6706357964116cae0067b1f2a73.tar.gz
sophie-a85c8af24a7ce6706357964116cae0067b1f2a73.tar.zst
sophie-a85c8af24a7ce6706357964116cae0067b1f2a73.zip
feat: Fuse the electron binary
Disables some node flags in production and enables cookie encryption.
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 488c717..8335b57 100644
--- a/package.json
+++ b/package.json
@@ -40,6 +40,7 @@
40 "packages/shared" 40 "packages/shared"
41 ], 41 ],
42 "devDependencies": { 42 "devDependencies": {
43 "@electron/fuses": "^1.5.0",
43 "@typescript-eslint/eslint-plugin": "^5.8.0", 44 "@typescript-eslint/eslint-plugin": "^5.8.0",
44 "@typescript-eslint/parser": "^5.8.0", 45 "@typescript-eslint/parser": "^5.8.0",
45 "cross-env": "^7.0.3", 46 "cross-env": "^7.0.3",