Files
github-actions[bot] 9a4945fde6 🤖 Update dependencies (#5644)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-08-20 21:52:58 +02:00

58 lines
1.5 KiB
JSON

{
"name": "local-deep-research-web",
"version": "1.10.5",
"description": "Web frontend for Local Deep Research - AI research assistant",
"private": true,
"type": "module",
"engines": {
"node": ">=24.0.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"update": "npm update",
"audit": "npm audit",
"audit-fix": "npm audit fix",
"security-check": "npm audit && npm outdated",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^7.3.1",
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1",
"chart.js": "^4.5.1",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-plugin-annotation": "^3.1.0",
"date-fns": "^4.4.0",
"dompurify": "^3.4.14",
"highlight.js": "^11.12.0",
"html2canvas": "^1.4.1",
"jspdf": "^4.2.1",
"katex": "^0.16.47",
"marked": "^18.0.10",
"marked-katex-extension": "^5.1.11",
"socket.io-client": "^4.8.3"
},
"devDependencies": {
"@vitest/coverage-v8": "^4.1.7",
"eslint": "^10.8.1",
"eslint-plugin-chai-friendly": "^1.2.1",
"eslint-plugin-no-unsanitized": "^4.1.5",
"eslint-plugin-regexp": "^3.2.0",
"happy-dom": "^20.11.6",
"vite": "^8.2.2",
"vitest": "^4.1.7"
},
"allowScripts": {
"core-js": false,
"fsevents": false
},
"overrides": {
"postcss": "^8.5.10",
"ws": "^8.20.1"
}
}