add encryption

This commit is contained in:
nicwands
2026-03-02 11:59:52 -05:00
parent 1c753a6f8f
commit 2609d73bbd
6 changed files with 208 additions and 154 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "app.takerofnotes.com",
"name": "takerofnotes-app",
"version": "0.1.0",
"description": "An Electron application with Vue",
"main": "./out/main/index.js",
@@ -28,7 +28,7 @@
"@electron-toolkit/preload": "^3.0.2",
"@electron-toolkit/utils": "^4.0.0",
"@fuzzco/font-loader": "^1.0.2",
"@takerofnotes/plugin-filesystem": "^0.1.1",
"@takerofnotes/plugin-filesystem": "^0.2.0",
"@takerofnotes/plugin-supabase": "^0.1.0",
"@tiptap/extension-document": "^3.19.0",
"@tiptap/extension-image": "^3.19.0",
@@ -43,6 +43,7 @@
"flexsearch": "^0.8.212",
"gsap": "^3.14.2",
"lenis": "^1.3.17",
"libsodium-wrappers": "^0.8.2",
"lodash": "^4.17.23",
"sass": "^1.97.3",
"sass-embedded": "^1.97.3",