chore(monorepo): integrate everything from old monorepo

This commit is contained in:
Elian Doran
2025-05-03 03:14:23 +03:00
parent 85c8be691d
commit f9db91d5a1
20 changed files with 18 additions and 693 deletions
+2 -2
View File
@@ -1,6 +1,7 @@
{
"name": "@triliumnext/desktop",
"version": "0.0.1",
"description": "Build your personal knowledge base with TriliumNext Notes",
"private": true,
"main": "main.js",
"dependencies": {
@@ -41,8 +42,7 @@
"name": "TriliumNext Notes Team",
"email": "contact@eliandoran.me",
"url": "https://github.com/TriliumNext/Notes"
},
"description": "Build your personal knowledge base with TriliumNext Notes",
},
"nx": {
"name": "desktop",
"targets": {
+1
View File
@@ -2,6 +2,7 @@
"name": "@triliumnext/edit-docs",
"version": "0.0.1",
"private": true,
"description": "Desktop version of Trilium which imports the demo database (presented to new users at start-up) or the user guide and other documentation and saves the modifications for committing.",
"devDependencies": {
"@electron/rebuild": "4.0.1",
"@triliumnext/client": "workspace:*",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@triliumnext/server",
"version": "0.94.0",
"description": "Desktop client for TriliumNext, embedding both the client and the server.",
"description": "The server-side component of TriliumNext, which exposes the client via the web, allows for sync and provides a REST API for both internal and external use.",
"private": true,
"dependencies": {
"better-sqlite3": "11.9.1",