-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 732 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 732 Bytes
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
{
"name": "kchat",
"private": true,
"version": "1.8.4",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@google/genai": "^1.12.0",
"@material/material-color-utilities": "^0.3.0",
"@types/katex": "^0.16.7",
"browser-image-compression": "^2.0.2",
"html2canvas": "^1.4.1",
"idb": "^8.0.3",
"jspdf": "^2.5.1",
"katex": "^0.16.22",
"marked": "^16.1.1",
"mermaid": "^11.9.0",
"pdfjs-dist": "^5.4.296",
"react": "^19.1.1",
"react-dom": "^19.1.1"
},
"devDependencies": {
"@types/node": "^24.3.0",
"typescript": "^5.9.2",
"vite": "^7.1.2",
"vite-plugin-pwa": "^1.0.2"
}
}