mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 22:58:52 +02:00
80 lines
2.5 KiB
JSON
80 lines
2.5 KiB
JSON
{
|
|
"name": "@triliumnext/client",
|
|
"version": "0.99.1",
|
|
"description": "JQuery-based client for TriliumNext, used for both web and desktop (via Electron)",
|
|
"private": true,
|
|
"license": "AGPL-3.0-only",
|
|
"author": {
|
|
"name": "Trilium Notes Team",
|
|
"email": "contact@eliandoran.me",
|
|
"url": "https://github.com/TriliumNext/Trilium"
|
|
},
|
|
"scripts": {
|
|
"build": "cross-env NODE_OPTIONS=--max-old-space-size=4096 vite build",
|
|
"test": "vitest",
|
|
"circular-deps": "dpdm -T src/**/*.ts --tree=false --warning=false --skip-dynamic-imports=circular"
|
|
},
|
|
"dependencies": {
|
|
"@eslint/js": "9.37.0",
|
|
"@excalidraw/excalidraw": "0.18.0",
|
|
"@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",
|
|
"@maplibre/maplibre-gl-leaflet": "0.1.3",
|
|
"@mermaid-js/layout-elk": "0.2.0",
|
|
"@mind-elixir/node-menu": "5.0.0",
|
|
"@popperjs/core": "2.11.8",
|
|
"@triliumnext/ckeditor5": "workspace:*",
|
|
"@triliumnext/codemirror": "workspace:*",
|
|
"@triliumnext/commons": "workspace:*",
|
|
"@triliumnext/highlightjs": "workspace:*",
|
|
"@triliumnext/share-theme": "workspace:*",
|
|
"autocomplete.js": "0.38.1",
|
|
"bootstrap": "5.3.8",
|
|
"boxicons": "2.1.4",
|
|
"dayjs": "1.11.18",
|
|
"dayjs-plugin-utc": "0.1.2",
|
|
"debounce": "2.2.0",
|
|
"draggabilly": "3.0.0",
|
|
"force-graph": "1.51.0",
|
|
"globals": "16.4.0",
|
|
"i18next": "25.6.0",
|
|
"i18next-http-backend": "3.0.2",
|
|
"jquery": "3.7.1",
|
|
"jquery.fancytree": "2.38.5",
|
|
"jsplumb": "2.15.6",
|
|
"katex": "0.16.25",
|
|
"knockout": "3.5.1",
|
|
"leaflet": "1.9.4",
|
|
"leaflet-gpx": "2.2.0",
|
|
"mark.js": "8.11.1",
|
|
"marked": "16.4.0",
|
|
"mermaid": "11.12.0",
|
|
"mind-elixir": "5.3.2",
|
|
"normalize.css": "8.0.1",
|
|
"panzoom": "9.4.3",
|
|
"preact": "10.27.2",
|
|
"react-i18next": "16.0.0",
|
|
"split.js": "1.6.5",
|
|
"svg-pan-zoom": "3.6.2",
|
|
"tabulator-tables": "6.3.1",
|
|
"vanilla-js-wheel-zoom": "9.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@ckeditor/ckeditor5-inspector": "5.0.0",
|
|
"@preact/preset-vite": "2.10.2",
|
|
"@types/bootstrap": "5.2.10",
|
|
"@types/jquery": "3.5.33",
|
|
"@types/leaflet": "1.9.21",
|
|
"@types/leaflet-gpx": "1.3.8",
|
|
"@types/mark.js": "8.11.12",
|
|
"@types/tabulator-tables": "6.2.11",
|
|
"copy-webpack-plugin": "13.0.1",
|
|
"happy-dom": "20.0.0",
|
|
"script-loader": "0.7.2",
|
|
"vite-plugin-static-copy": "3.1.3"
|
|
}
|
|
} |