mirror of
https://github.com/LearningCircuit/local-deep-research.git
synced 2026-06-13 10:34:06 +03:00
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "local-deep-research-web",
|
|
"version": "1.6.11",
|
|
"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.1.0",
|
|
"dompurify": "^3.4.3",
|
|
"highlight.js": "^11.11.1",
|
|
"html2canvas": "^1.4.1",
|
|
"jspdf": "^4.2.1",
|
|
"marked": "^18.0.3",
|
|
"socket.io-client": "^4.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"@vitest/coverage-v8": "^4.1.5",
|
|
"eslint": "^10.3.0",
|
|
"eslint-plugin-chai-friendly": "^1.2.0",
|
|
"eslint-plugin-no-unsanitized": "^4.1.5",
|
|
"eslint-plugin-regexp": "^3.1.0",
|
|
"happy-dom": "^20.9.0",
|
|
"vite": "^8.0.12",
|
|
"vitest": "^4.1.5"
|
|
},
|
|
"overrides": {
|
|
"postcss": "^8.5.10"
|
|
}
|
|
}
|