mirror of
https://github.com/zadam/trilium.git
synced 2025-12-08 00:14:25 +01:00
Some checks are pending
Checks / main (push) Waiting to run
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Deploy MkDocs Documentation / Build and Deploy MkDocs (push) Waiting to run
Dev / Test development (push) Waiting to run
Dev / Build Docker image (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile) (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile.alpine) (push) Blocked by required conditions
/ Check Docker build (Dockerfile) (push) Waiting to run
/ Check Docker build (Dockerfile.alpine) (push) Waiting to run
/ Build Docker images (Dockerfile, ubuntu-24.04-arm, linux/arm/v7) (push) Blocked by required conditions
/ Build Docker images (Dockerfile, ubuntu-24.04-arm, linux/arm/v8) (push) Blocked by required conditions
/ Build Docker images (Dockerfile, ubuntu-24.04-arm, linux/arm64) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.alpine, ubuntu-latest, linux/amd64) (push) Blocked by required conditions
/ Merge manifest lists (push) Blocked by required conditions
playwright / main (push) Waiting to run
49 lines
2.0 KiB
JSON
49 lines
2.0 KiB
JSON
{
|
|
"name": "@triliumnext/desktop",
|
|
"version": "0.99.3",
|
|
"description": "Build your personal knowledge base with Trilium Notes",
|
|
"private": true,
|
|
"main": "src/main.ts",
|
|
"license": "AGPL-3.0-only",
|
|
"author": {
|
|
"name": "Trilium Notes Team",
|
|
"email": "contact@eliandoran.me",
|
|
"url": "https://triliumnotes.org"
|
|
},
|
|
"scripts": {
|
|
"dev": "cross-env TRILIUM_PORT=37742 TRILIUM_DATA_DIR=data tsx ../../scripts/electron-start.mts src/main.ts",
|
|
"start-no-dir": "cross-env TRILIUM_PORT=37743 tsx ../../scripts/electron-start.mts src/main.ts",
|
|
"build": "tsx scripts/build.ts",
|
|
"start-prod": "pnpm build && cross-env TRILIUM_DATA_DIR=data TRILIUM_PORT=37841 ELECTRON_IS_DEV=0 electron dist",
|
|
"electron-forge:make": "pnpm build && electron-forge make dist",
|
|
"electron-forge:make-flatpak": "pnpm build && electron-forge make dist --targets=@electron-forge/maker-flatpak",
|
|
"electron-forge:package": "pnpm build && electron-forge package dist",
|
|
"electron-forge:start": "pnpm build && electron-forge start dist",
|
|
"e2e": "pnpm build && cross-env TRILIUM_INTEGRATION_TEST=memory-no-store TRILIUM_PORT=8082 TRILIUM_DATA_DIR=data-e2e ELECTRON_IS_DEV=0 playwright test"
|
|
},
|
|
"dependencies": {
|
|
"@electron/remote": "2.1.3",
|
|
"better-sqlite3": "12.4.1",
|
|
"electron-debug": "4.1.0",
|
|
"electron-dl": "4.0.0",
|
|
"electron-squirrel-startup": "1.0.1",
|
|
"jquery.fancytree": "2.38.5",
|
|
"jquery-hotkeys": "0.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/electron-squirrel-startup": "1.0.2",
|
|
"@triliumnext/commons": "workspace:*",
|
|
"@triliumnext/server": "workspace:*",
|
|
"copy-webpack-plugin": "13.0.1",
|
|
"electron": "38.3.0",
|
|
"@electron-forge/cli": "7.10.2",
|
|
"@electron-forge/maker-deb": "7.10.2",
|
|
"@electron-forge/maker-dmg": "7.10.2",
|
|
"@electron-forge/maker-flatpak": "7.10.2",
|
|
"@electron-forge/maker-rpm": "7.10.2",
|
|
"@electron-forge/maker-squirrel": "7.10.2",
|
|
"@electron-forge/maker-zip": "7.10.2",
|
|
"@electron-forge/plugin-auto-unpack-natives": "7.10.2",
|
|
"prebuild-install": "7.1.3"
|
|
}
|
|
} |