2025-04-22 22:06:10 +03:00
|
|
|
{
|
|
|
|
|
"name": "@triliumnext/client",
|
2025-12-04 12:21:40 +02:00
|
|
|
"version": "0.100.0",
|
2025-04-28 23:31:58 +03:00
|
|
|
"description": "JQuery-based client for TriliumNext, used for both web and desktop (via Electron)",
|
2025-04-22 22:50:24 +03:00
|
|
|
"private": true,
|
2025-04-28 23:31:58 +03:00
|
|
|
"license": "AGPL-3.0-only",
|
|
|
|
|
"author": {
|
2025-06-22 10:53:04 +03:00
|
|
|
"name": "Trilium Notes Team",
|
2025-04-28 23:31:58 +03:00
|
|
|
"email": "contact@eliandoran.me",
|
2025-09-28 11:02:24 +03:00
|
|
|
"url": "https://github.com/TriliumNext/Trilium"
|
2025-04-28 23:31:58 +03:00
|
|
|
},
|
2025-09-02 17:38:24 +03:00
|
|
|
"scripts": {
|
2025-09-02 18:38:50 +03:00
|
|
|
"build": "cross-env NODE_OPTIONS=--max-old-space-size=4096 vite build",
|
2025-09-02 17:38:24 +03:00
|
|
|
"test": "vitest",
|
2025-12-06 19:08:03 +02:00
|
|
|
"coverage": "vitest --coverage",
|
2025-09-02 17:38:24 +03:00
|
|
|
"circular-deps": "dpdm -T src/**/*.ts --tree=false --warning=false --skip-dynamic-imports=circular"
|
|
|
|
|
},
|
2025-04-22 22:50:24 +03:00
|
|
|
"dependencies": {
|
|
|
|
|
"@excalidraw/excalidraw": "0.18.0",
|
2025-08-11 02:03:23 +00:00
|
|
|
"@fullcalendar/core": "6.1.19",
|
|
|
|
|
"@fullcalendar/daygrid": "6.1.19",
|
|
|
|
|
"@fullcalendar/interaction": "6.1.19",
|
|
|
|
|
"@fullcalendar/list": "6.1.19",
|
|
|
|
|
"@fullcalendar/multimonth": "6.1.19",
|
|
|
|
|
"@fullcalendar/timegrid": "6.1.19",
|
2025-07-30 06:51:34 +00:00
|
|
|
"@maplibre/maplibre-gl-leaflet": "0.1.3",
|
2025-09-06 19:23:04 +00:00
|
|
|
"@mermaid-js/layout-elk": "0.2.0",
|
2025-11-14 02:35:12 +00:00
|
|
|
"@mind-elixir/node-menu": "5.0.1",
|
2025-04-26 23:03:16 +03:00
|
|
|
"@popperjs/core": "2.11.8",
|
2025-12-06 23:37:56 +02:00
|
|
|
"@preact/signals": "2.5.1",
|
2025-05-03 12:39:34 +03:00
|
|
|
"@triliumnext/ckeditor5": "workspace:*",
|
2025-05-10 19:10:30 +03:00
|
|
|
"@triliumnext/codemirror": "workspace:*",
|
2025-05-16 21:06:21 +03:00
|
|
|
"@triliumnext/commons": "workspace:*",
|
2025-05-20 11:58:08 +03:00
|
|
|
"@triliumnext/highlightjs": "workspace:*",
|
2025-06-09 14:13:35 +03:00
|
|
|
"@triliumnext/share-theme": "workspace:*",
|
2025-10-21 17:57:12 +03:00
|
|
|
"@triliumnext/split.js": "workspace:*",
|
2025-12-04 11:08:44 -08:00
|
|
|
"@zumer/snapdom": "2.0.1",
|
2025-05-17 01:29:51 +03:00
|
|
|
"autocomplete.js": "0.38.1",
|
2025-08-27 02:38:15 +00:00
|
|
|
"bootstrap": "5.3.8",
|
2025-05-17 01:23:50 +03:00
|
|
|
"boxicons": "2.1.4",
|
2025-11-20 23:10:36 +02:00
|
|
|
"clsx": "2.1.1",
|
2025-12-04 08:45:10 +02:00
|
|
|
"color": "5.0.3",
|
2025-11-03 01:12:20 +00:00
|
|
|
"debounce": "3.0.0",
|
2025-04-26 23:03:16 +03:00
|
|
|
"draggabilly": "3.0.0",
|
2025-09-06 18:55:09 +00:00
|
|
|
"force-graph": "1.51.0",
|
2025-11-02 09:29:14 +00:00
|
|
|
"globals": "16.5.0",
|
2025-12-06 06:42:29 +00:00
|
|
|
"i18next": "25.7.1",
|
2025-04-22 22:50:24 +03:00
|
|
|
"i18next-http-backend": "3.0.2",
|
2025-04-26 23:03:16 +03:00
|
|
|
"jquery": "3.7.1",
|
2025-04-22 22:50:24 +03:00
|
|
|
"jquery.fancytree": "2.38.5",
|
|
|
|
|
"jsplumb": "2.15.6",
|
2025-12-08 01:03:42 +00:00
|
|
|
"katex": "0.16.27",
|
2025-04-22 22:50:24 +03:00
|
|
|
"knockout": "3.5.1",
|
|
|
|
|
"leaflet": "1.9.4",
|
2025-05-02 18:06:37 +00:00
|
|
|
"leaflet-gpx": "2.2.0",
|
2025-04-22 22:50:24 +03:00
|
|
|
"mark.js": "8.11.1",
|
2025-11-21 00:20:02 +00:00
|
|
|
"marked": "17.0.1",
|
2025-12-06 07:35:15 +00:00
|
|
|
"mermaid": "11.12.2",
|
2025-11-23 00:36:56 +00:00
|
|
|
"mind-elixir": "5.3.7",
|
2025-05-17 10:03:37 +03:00
|
|
|
"normalize.css": "8.0.1",
|
2025-04-22 22:50:24 +03:00
|
|
|
"panzoom": "9.4.3",
|
2025-12-06 06:43:06 +00:00
|
|
|
"preact": "10.28.0",
|
2025-12-13 01:19:08 +00:00
|
|
|
"react-i18next": "16.5.0",
|
2025-10-15 19:16:55 +03:00
|
|
|
"reveal.js": "5.2.1",
|
2025-04-22 22:50:24 +03:00
|
|
|
"svg-pan-zoom": "3.6.2",
|
2025-06-28 12:00:50 +03:00
|
|
|
"tabulator-tables": "6.3.1",
|
2025-04-26 23:03:16 +03:00
|
|
|
"vanilla-js-wheel-zoom": "9.0.4"
|
2025-04-22 22:50:24 +03:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-07-12 10:57:11 +00:00
|
|
|
"@ckeditor/ckeditor5-inspector": "5.0.0",
|
2025-08-03 13:28:40 +03:00
|
|
|
"@preact/preset-vite": "2.10.2",
|
2025-04-26 23:03:16 +03:00
|
|
|
"@types/bootstrap": "5.2.10",
|
2025-08-23 00:23:57 +00:00
|
|
|
"@types/jquery": "3.5.33",
|
2025-10-12 01:43:32 +00:00
|
|
|
"@types/leaflet": "1.9.21",
|
2025-09-06 18:49:37 +00:00
|
|
|
"@types/leaflet-gpx": "1.3.8",
|
2025-05-16 21:06:21 +03:00
|
|
|
"@types/mark.js": "8.11.12",
|
2025-12-06 07:29:26 +00:00
|
|
|
"@types/reveal.js": "5.2.2",
|
2025-10-25 01:19:49 +00:00
|
|
|
"@types/tabulator-tables": "6.3.0",
|
2025-08-13 08:13:22 +00:00
|
|
|
"copy-webpack-plugin": "13.0.1",
|
2025-11-28 01:16:18 +00:00
|
|
|
"happy-dom": "20.0.11",
|
2025-05-16 21:31:57 +03:00
|
|
|
"script-loader": "0.7.2",
|
2025-10-16 01:11:02 +00:00
|
|
|
"vite-plugin-static-copy": "3.1.4"
|
2025-04-22 22:50:24 +03:00
|
|
|
}
|
2025-05-02 21:29:19 +03:00
|
|
|
}
|