Notes/apps/client/package.json

67 lines
1.9 KiB
JSON
Raw Normal View History

{
"name": "@triliumnext/client",
"version": "0.0.1",
2025-04-28 23:31:58 +03:00
"description": "JQuery-based client for TriliumNext, used for both web and desktop (via Electron)",
"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"
},
"dependencies": {
2025-04-26 23:03:16 +03:00
"@eslint/js": "9.25.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",
2025-04-26 23:03:16 +03:00
"@popperjs/core": "2.11.8",
"@triliumnext/commons": "workspace:*",
"bootstrap": "5.3.5",
"dayjs": "1.11.13",
"dayjs-plugin-utc": "0.1.2",
"debounce": "2.2.0",
"draggabilly": "3.0.0",
"eslint-linter-browserify": "9.25.0",
"force-graph": "1.49.5",
"globals": "16.0.0",
"i18next": "25.0.0",
"i18next-http-backend": "3.0.2",
2025-04-26 23:03:16 +03:00
"jquery": "3.7.1",
"jquery-hotkeys": "0.2.2",
"jquery.fancytree": "2.38.5",
"jsplumb": "2.15.6",
"knockout": "3.5.1",
"leaflet": "1.9.4",
2025-04-26 23:03:16 +03:00
"leaflet-gpx": "2.1.2",
"mark.js": "8.11.1",
2025-04-26 23:03:16 +03:00
"marked": "15.0.8",
"mermaid": "11.6.0",
"mind-elixir": "4.5.1",
"panzoom": "9.4.3",
"react": "18.3.1",
2025-04-26 23:03:16 +03:00
"react-dom": "18.3.1",
"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"
},
"devDependencies": {
2025-04-26 23:03:16 +03:00
"@types/bootstrap": "5.2.10",
"@types/jquery": "3.5.32",
"@types/leaflet": "1.9.17",
2025-04-26 23:03:16 +03:00
"@types/leaflet-gpx": "1.3.7",
"@types/react": "18.3.20",
2025-04-26 23:03:16 +03:00
"@types/react-dom": "18.3.6",
"happy-dom": "17.4.4",
"script-loader": "0.7.2"
2025-04-30 22:28:25 +03:00
},
"nx": {
"name": "client"
}
}