mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-04-22 03:39:23 -05:00
chore(monorepo): integrate everything from old monorepo
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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,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",
|
||||
|
||||
Reference in New Issue
Block a user