mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
76 lines
2.2 KiB
JSON
76 lines
2.2 KiB
JSON
{
|
|
"name": "@triliumnext/client",
|
|
"version": "0.94.0",
|
|
"description": "JQuery-based client for TriliumNext, used for both web and desktop (via Electron)",
|
|
"private": true,
|
|
"license": "AGPL-3.0-only",
|
|
"author": {
|
|
"name": "TriliumNext Notes Team",
|
|
"email": "contact@eliandoran.me",
|
|
"url": "https://github.com/TriliumNext/Notes"
|
|
},
|
|
"dependencies": {
|
|
"@eslint/js": "9.27.0",
|
|
"@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",
|
|
"@popperjs/core": "2.11.8",
|
|
"@triliumnext/ckeditor5": "workspace:*",
|
|
"@triliumnext/codemirror": "workspace:*",
|
|
"@triliumnext/commons": "workspace:*",
|
|
"@triliumnext/highlightjs": "workspace:*",
|
|
"autocomplete.js": "0.38.1",
|
|
"bootstrap": "5.3.6",
|
|
"boxicons": "2.1.4",
|
|
"dayjs": "1.11.13",
|
|
"dayjs-plugin-utc": "0.1.2",
|
|
"debounce": "2.2.0",
|
|
"draggabilly": "3.0.0",
|
|
"force-graph": "1.49.6",
|
|
"globals": "16.1.0",
|
|
"i18next": "25.2.0",
|
|
"i18next-http-backend": "3.0.2",
|
|
"jquery": "3.7.1",
|
|
"jquery-hotkeys": "0.2.2",
|
|
"jquery.fancytree": "2.38.5",
|
|
"jsplumb": "2.15.6",
|
|
"katex": "0.16.22",
|
|
"knockout": "3.5.1",
|
|
"leaflet": "1.9.4",
|
|
"leaflet-gpx": "2.2.0",
|
|
"mark.js": "8.11.1",
|
|
"marked": "15.0.12",
|
|
"mermaid": "11.6.0",
|
|
"mind-elixir": "4.5.2",
|
|
"normalize.css": "8.0.1",
|
|
"panzoom": "9.4.3",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"split.js": "1.6.5",
|
|
"svg-pan-zoom": "3.6.2",
|
|
"vanilla-js-wheel-zoom": "9.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@ckeditor/ckeditor5-inspector": "4.1.0",
|
|
"@types/bootstrap": "5.2.10",
|
|
"@types/jquery": "3.5.32",
|
|
"@types/leaflet": "1.9.18",
|
|
"@types/leaflet-gpx": "1.3.7",
|
|
"@types/mark.js": "8.11.12",
|
|
"@types/react": "19.1.5",
|
|
"@types/react-dom": "19.1.5",
|
|
"copy-webpack-plugin": "13.0.0",
|
|
"happy-dom": "17.4.7",
|
|
"script-loader": "0.7.2",
|
|
"vite-plugin-static-copy": "3.0.0"
|
|
},
|
|
"nx": {
|
|
"name": "client"
|
|
}
|
|
} |