2025-04-22 22:06:10 +03:00
|
|
|
{
|
|
|
|
"name": "@triliumnext/client",
|
2025-06-15 23:31:03 +03:00
|
|
|
"version": "0.95.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": {
|
|
|
|
"name": "TriliumNext Notes Team",
|
|
|
|
"email": "contact@eliandoran.me",
|
|
|
|
"url": "https://github.com/TriliumNext/Notes"
|
|
|
|
},
|
2025-04-22 22:50:24 +03:00
|
|
|
"dependencies": {
|
2025-06-14 07:45:46 +00:00
|
|
|
"@eslint/js": "9.29.0",
|
2025-04-22 22:50:24 +03:00
|
|
|
"@excalidraw/excalidraw": "0.18.0",
|
|
|
|
"@fullcalendar/core": "6.1.17",
|
|
|
|
"@fullcalendar/daygrid": "6.1.17",
|
|
|
|
"@fullcalendar/interaction": "6.1.17",
|
|
|
|
"@fullcalendar/list": "6.1.17",
|
|
|
|
"@fullcalendar/multimonth": "6.1.17",
|
|
|
|
"@fullcalendar/timegrid": "6.1.17",
|
|
|
|
"@mermaid-js/layout-elk": "0.1.7",
|
|
|
|
"@mind-elixir/node-menu": "1.0.5",
|
2025-04-26 23:03:16 +03:00
|
|
|
"@popperjs/core": "2.11.8",
|
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-05-17 01:29:51 +03:00
|
|
|
"autocomplete.js": "0.38.1",
|
2025-06-18 02:54:19 +00:00
|
|
|
"bootstrap": "5.3.7",
|
2025-05-17 01:23:50 +03:00
|
|
|
"boxicons": "2.1.4",
|
2025-04-26 23:03:16 +03:00
|
|
|
"dayjs": "1.11.13",
|
|
|
|
"dayjs-plugin-utc": "0.1.2",
|
|
|
|
"debounce": "2.2.0",
|
|
|
|
"draggabilly": "3.0.0",
|
2025-05-14 01:44:04 +00:00
|
|
|
"force-graph": "1.49.6",
|
2025-05-29 06:18:08 +00:00
|
|
|
"globals": "16.2.0",
|
2025-05-29 01:38:27 +00:00
|
|
|
"i18next": "25.2.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-hotkeys": "0.2.2",
|
|
|
|
"jquery.fancytree": "2.38.5",
|
|
|
|
"jsplumb": "2.15.6",
|
2025-05-17 10:31:31 +03:00
|
|
|
"katex": "0.16.22",
|
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-05-20 07:14:26 +00:00
|
|
|
"marked": "15.0.12",
|
2025-04-22 22:50:24 +03:00
|
|
|
"mermaid": "11.6.0",
|
2025-06-18 02:55:10 +00:00
|
|
|
"mind-elixir": "4.6.1",
|
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-06-12 01:14:34 +00:00
|
|
|
"preact": "10.26.9",
|
2025-04-22 22:50:24 +03:00
|
|
|
"split.js": "1.6.5",
|
|
|
|
"svg-pan-zoom": "3.6.2",
|
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-05-09 11:21:47 +03:00
|
|
|
"@ckeditor/ckeditor5-inspector": "4.1.0",
|
2025-04-26 23:03:16 +03:00
|
|
|
"@types/bootstrap": "5.2.10",
|
2025-04-22 22:50:24 +03:00
|
|
|
"@types/jquery": "3.5.32",
|
2025-05-20 02:46:00 +00:00
|
|
|
"@types/leaflet": "1.9.18",
|
2025-04-26 23:03:16 +03:00
|
|
|
"@types/leaflet-gpx": "1.3.7",
|
2025-05-16 21:06:21 +03:00
|
|
|
"@types/mark.js": "8.11.12",
|
2025-05-04 14:17:12 +03:00
|
|
|
"copy-webpack-plugin": "13.0.0",
|
2025-06-11 14:35:56 +00:00
|
|
|
"happy-dom": "18.0.1",
|
2025-05-16 21:31:57 +03:00
|
|
|
"script-loader": "0.7.2",
|
2025-06-15 14:38:03 +00:00
|
|
|
"vite-plugin-static-copy": "3.0.2"
|
2025-04-30 22:28:25 +03:00
|
|
|
},
|
|
|
|
"nx": {
|
2025-06-10 21:09:10 +03:00
|
|
|
"name": "client",
|
|
|
|
"targets": {
|
|
|
|
"serve": {
|
2025-06-10 22:22:47 +03:00
|
|
|
"dependsOn": [
|
|
|
|
"^build"
|
|
|
|
]
|
2025-06-19 22:03:01 +03:00
|
|
|
},
|
|
|
|
"circular-deps": {
|
2025-06-20 18:32:32 +03:00
|
|
|
"command": "pnpx dpdm -T {projectRoot}/src/**/*.ts --tree=false --warning=false --skip-dynamic-imports=circular"
|
2025-06-10 21:09:10 +03:00
|
|
|
}
|
|
|
|
}
|
2025-04-22 22:50:24 +03:00
|
|
|
}
|
2025-05-02 21:29:19 +03:00
|
|
|
}
|