mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-27 08:16:40 +01:00 
			
		
		
		
	Compare commits
	
		
			2 Commits
		
	
	
		
			feature/dx
			...
			feature/el
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | 8f6912cd57 | ||
|  | d32dbf40f8 | 
| @@ -3,21 +3,17 @@ | ||||
|   "version": "0.97.2", | ||||
|   "description": "Build your personal knowledge base with Trilium Notes", | ||||
|   "private": true, | ||||
|   "main": "main.cjs", | ||||
|   "main": "dist/main.cjs", | ||||
|   "dependencies": { | ||||
|     "@electron/remote": "2.1.3", | ||||
|     "better-sqlite3": "^12.0.0", | ||||
|     "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" | ||||
|     "jquery-hotkeys": "0.2.2", | ||||
|     "jquery.fancytree": "2.38.5" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@types/electron-squirrel-startup": "1.0.2", | ||||
|     "@triliumnext/server": "workspace:*", | ||||
|     "copy-webpack-plugin": "13.0.1", | ||||
|     "electron": "37.2.6", | ||||
|     "@electron-forge/cli": "7.8.3", | ||||
|     "@electron-forge/maker-deb": "7.8.3", | ||||
|     "@electron-forge/maker-dmg": "7.8.3", | ||||
| @@ -26,6 +22,11 @@ | ||||
|     "@electron-forge/maker-squirrel": "7.8.3", | ||||
|     "@electron-forge/maker-zip": "7.8.3", | ||||
|     "@electron-forge/plugin-auto-unpack-natives": "7.8.3", | ||||
|     "@triliumnext/server": "workspace:*", | ||||
|     "@types/electron-squirrel-startup": "1.0.2", | ||||
|     "copy-webpack-plugin": "13.0.1", | ||||
|     "electron": "37.2.6", | ||||
|     "electron-builder": "26.0.12", | ||||
|     "prebuild-install": "^7.1.1" | ||||
|   }, | ||||
|   "config": { | ||||
| @@ -196,5 +197,14 @@ | ||||
|         "command": "pnpm -C apps/desktop exec cross-env NODE_INSTALLER=npm TRILIUM_DATA_DIR=./data electron-forge start dist" | ||||
|       } | ||||
|     } | ||||
|   }, | ||||
|   "build": { | ||||
|     "appId": "org.triliumnotes.desktop", | ||||
|     "npmRebuild": false, | ||||
|     "directories": { | ||||
|       "app": "", | ||||
|       "output": "out", | ||||
|       "buildResources": "build_resources" | ||||
|     } | ||||
|   } | ||||
| } | ||||
							
								
								
									
										551
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										551
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
		Reference in New Issue
	
	Block a user