forked from LearningCircuit/local-deep-research
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.18 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "local-deep-research-web",
"version": "1.0.0",
"description": "Web frontend for Local Deep Research - AI research assistant",
"private": true,
"type": "module",
"engines": {
"node": ">=20.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",
"preinstall": "npm audit --audit-level=high",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^7.1.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.3.1",
"highlight.js": "^11.11.1",
"html2canvas": "^1.4.1",
"jspdf": "^4.0.0",
"marked": "^17.0.1",
"socket.io-client": "^4.8.3"
},
"devDependencies": {
"axe-core": "^4.11.1",
"vite": "^7.3.1"
}
}