|
@@ -20,30 +20,30 @@
|
|
|
"forge": "./forge.config.js"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
- "better-sqlite3": "8.0.1",
|
|
|
+ "@fastify/cors": "8.2.0",
|
|
|
+ "@logseq/rsapi": "0.0.81",
|
|
|
+ "@sentry/electron": "2.5.1",
|
|
|
+ "abort-controller": "3.0.0",
|
|
|
+ "better-sqlite3": "9.3.0",
|
|
|
"chokidar": "^3.5.1",
|
|
|
+ "command-exists": "1.2.9",
|
|
|
+ "diff-match-patch": "1.0.5",
|
|
|
"dugite": "2.5.0",
|
|
|
+ "electron-deeplink": "1.0.10",
|
|
|
"electron-dl": "3.3.0",
|
|
|
"electron-log": "4.3.1",
|
|
|
"electron-squirrel-startup": "1.0.0",
|
|
|
"electron-window-state": "5.0.3",
|
|
|
+ "extract-zip": "2.0.1",
|
|
|
+ "fastify": "latest",
|
|
|
"fs-extra": "9.1.0",
|
|
|
+ "https-proxy-agent": "7.0.2",
|
|
|
"node-fetch": "2.6.7",
|
|
|
"open": "7.3.1",
|
|
|
+ "posthog-js": "1.10.2",
|
|
|
"semver": "7.5.2",
|
|
|
- "update-electron-app": "2.0.1",
|
|
|
- "extract-zip": "2.0.1",
|
|
|
- "diff-match-patch": "1.0.5",
|
|
|
- "https-proxy-agent": "7.0.2",
|
|
|
"socks-proxy-agent": "8.0.2",
|
|
|
- "@sentry/electron": "2.5.1",
|
|
|
- "posthog-js": "1.10.2",
|
|
|
- "@logseq/rsapi": "0.0.81",
|
|
|
- "electron-deeplink": "1.0.10",
|
|
|
- "abort-controller": "3.0.0",
|
|
|
- "fastify": "latest",
|
|
|
- "@fastify/cors": "8.2.0",
|
|
|
- "command-exists": "1.2.9"
|
|
|
+ "update-electron-app": "2.0.1"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"@electron-forge/cli": "^6.0.4",
|