Files
local-deep-research/package.json
dependabot[bot] 337c0f3cce chore(deps): bump dompurify from 3.4.8 to 3.4.9 (#4504)
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.4.8 to 3.4.9.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/3.4.8...3.4.9)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-version: 3.4.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-11 00:32:04 +02:00

54 lines
1.4 KiB
JSON

{
"name": "local-deep-research-web",
"version": "1.7.0",
"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.2.0",
"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.9",
"highlight.js": "^11.11.1",
"html2canvas": "^1.4.1",
"jspdf": "^4.2.1",
"katex": "^0.16.47",
"marked": "^18.0.5",
"marked-katex-extension": "^5.1.10",
"socket.io-client": "^4.8.3"
},
"devDependencies": {
"@vitest/coverage-v8": "^4.1.7",
"eslint": "^10.4.1",
"eslint-plugin-chai-friendly": "^1.2.0",
"eslint-plugin-no-unsanitized": "^4.1.5",
"eslint-plugin-regexp": "^3.1.0",
"happy-dom": "^20.10.2",
"vite": "^8.0.16",
"vitest": "^4.1.7"
},
"overrides": {
"postcss": "^8.5.10",
"ws": "^8.20.1"
}
}