Cleanup/code cleanup 2026 03 (#45)

* chore: cleanup of unused exports and stuff

* fix: media and languages was broken for english media

* fix: embedding model load was broken on standalone

---------

Co-authored-by: hugo <hugoms@me.com>
This commit is contained in:
Georg Bauer
2026-03-10 19:54:38 +01:00
committed by GitHub
parent 4f9be93c6d
commit 1b4ab08c37
60 changed files with 176 additions and 1696 deletions

View File

@@ -41,9 +41,7 @@
"@electron/notarize": "^3.1.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/chokidar": "^1.7.5",
"@types/dagre": "^0.7.54",
"@types/node": "^25.2.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
@@ -58,11 +56,9 @@
"drizzle-kit": "^0.31.9",
"electron": "^40.4.0",
"electron-builder": "^26.7.0",
"electron-store": "^11.0.2",
"eslint": "^9.39.3",
"eslint-plugin-i18next": "^6.1.3",
"jsdom": "^28.0.0",
"memfs": "^4.6.0",
"png-to-ico": "^3.0.1",
"tsx": "^4.6.0",
"typescript": "^5.3.0",
@@ -98,9 +94,7 @@
"ai": "^6.0.105",
"chokidar": "^5.0.0",
"d3-cloud": "^1.2.8",
"date-fns": "^4.1.0",
"drizzle-orm": "^0.45.1",
"dropbox": "^10.34.0",
"fast-xml-parser": "^5.3.8",
"gray-matter": "^4.0.3",
"lightbox2": "^2.11.5",
@@ -136,6 +130,10 @@
"appId": "com.bds.blogging-desktop-server",
"productName": "Blogging Desktop Server",
"asar": true,
"asarUnpack": [
"node_modules/onnxruntime-node/**",
"node_modules/usearch/**"
],
"afterSign": "scripts/notarize.mjs",
"directories": {
"output": "release"