mirror of
https://github.com/logseq/logseq.git
synced 2026-05-25 13:14:39 +00:00
* feat: WIP native cli command support * Add :shell/command-whitelist option * Integrate cli to code block * Add :code-block/command-whitelist option * fix: size of icon * improve(shell): cache user shell whitelist on application configures file * improve(electron): promisify run cli command * chore(libs): update version * fix(plugin): incorrect payload of pdf highlights section hook * improve(plugin): block renderer with specific block uuid * improve(plugin): expose logger for user lib * improve(plugin): block hooks type * improve(plugin): block slot hook with specific block * improve(plugin): auto generate key for provide UI options * improve(plugin): style of injected ui container * improve(plugin): types * improve(plugin): async messaging api from host to plugin * improve(plugin): add types * improve(apis): get external plugin metadata * improve(apis): invoke external plugin impls * improve(apis): call external plugin impls for simple commands * enhance(apis): datascript query api for predicate inputs * enhance(apis): datascript query api for predicate inputs * fix(apis): redundant args of datascript query api * enhance(plugins): position of float ui container * enhance(plugins): style of setting options * enhance(plugins): layouts data for float ui * chore(plugins): update CHANGELOG.md * improve(apis): add types * chore: fix some inclusive terms * improve(apis): types * chore(plugins): update CHANGELOG.md * chore(plugins): build libs * chore: update CHANGELOG.md * chore: remove experiemental alda integration * fix(lint): remove unused methods Co-authored-by: Tienson Qin <tiensonqin@gmail.com> Co-authored-by: Andelf <andelf@gmail.com>
62 lines
2.0 KiB
JSON
62 lines
2.0 KiB
JSON
{
|
|
"name": "Logseq",
|
|
"productName": "Logseq",
|
|
"version": "0.8.13",
|
|
"main": "electron.js",
|
|
"author": "Logseq",
|
|
"license": "AGPL-3.0",
|
|
"description": "A privacy-first, open-source platform for knowledge management and collaboration.",
|
|
"repository": "https://github.com/logseq/logseq",
|
|
"scripts": {
|
|
"electron:dev": "electron-forge start",
|
|
"electron:debug": "electron-forge start --inspect-electron",
|
|
"electron:make": "electron-forge make",
|
|
"electron:make-macos-arm64": "electron-forge make --platform=darwin --arch=arm64",
|
|
"electron:publish:github": "electron-forge publish",
|
|
"rebuild:all": "electron-rebuild -v 19.1.8 -f",
|
|
"postinstall": "install-app-deps"
|
|
},
|
|
"config": {
|
|
"forge": "./forge.config.js"
|
|
},
|
|
"dependencies": {
|
|
"better-sqlite3": "7.4.5",
|
|
"chokidar": "^3.5.1",
|
|
"dugite": "1.108.0",
|
|
"electron-dl": "3.3.0",
|
|
"electron-log": "4.3.1",
|
|
"electron-squirrel-startup": "1.0.0",
|
|
"electron-window-state": "5.0.3",
|
|
"fs-extra": "9.1.0",
|
|
"node-fetch": "2.6.7",
|
|
"open": "7.3.1",
|
|
"semver": "7.3.5",
|
|
"update-electron-app": "2.0.1",
|
|
"extract-zip": "2.0.1",
|
|
"diff-match-patch": "1.0.5",
|
|
"https-proxy-agent": "5.0.0",
|
|
"@sentry/electron": "2.5.1",
|
|
"posthog-js": "1.10.2",
|
|
"@logseq/rsapi": "0.0.57",
|
|
"electron-deeplink": "1.0.10",
|
|
"abort-controller": "3.0.0",
|
|
"command-exists": "1.2.9"
|
|
},
|
|
"devDependencies": {
|
|
"@electron-forge/cli": "^6.0.0-beta.57",
|
|
"@electron-forge/maker-deb": "^6.0.0-beta.57",
|
|
"@electron-forge/maker-dmg": "^6.0.0-beta.57",
|
|
"@electron-forge/maker-rpm": "^6.0.0-beta.57",
|
|
"@electron-forge/maker-squirrel": "^6.0.0-beta.57",
|
|
"@electron-forge/maker-zip": "^6.0.0-beta.57",
|
|
"electron": "19.1.8",
|
|
"electron-builder": "^22.11.7",
|
|
"electron-forge-maker-appimage": "https://github.com/logseq/electron-forge-maker-appimage.git",
|
|
"electron-rebuild": "3.2.5"
|
|
},
|
|
"resolutions": {
|
|
"**/electron": "19.1.8",
|
|
"**/node-gyp": "9.0.0"
|
|
}
|
|
}
|