-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.97 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.97 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "DeepLab",
"private": true,
"version": "1.0.10",
"type": "module",
"packageManager": "pnpm@10.30.1",
"scripts": {
"dev:next": "next dev --turbopack",
"build:next": "next build",
"test": "vitest run",
"tauri": "tauri",
"format": "biome format",
"lint": "biome check",
"fix": "biome check --write",
"dev": "tauri dev",
"build": "tauri build"
},
"dependencies": {
"@streamdown/cjk": "^1.0.2",
"@streamdown/code": "^1.0.3",
"@streamdown/math": "^1.0.2",
"@streamdown/mermaid": "^1.0.2",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-dialog": "^2.6.0",
"@tauri-apps/plugin-fs": "^2.4.5",
"@tauri-apps/plugin-opener": "^2.5.3",
"@tauri-apps/plugin-sql": "^2.3.2",
"@tauri-apps/plugin-updater": "^2.9.0",
"@tiptap/core": "^3.20.1",
"@tiptap/extension-code-block": "^3.20.1",
"@tiptap/extension-link": "^3.20.1",
"@tiptap/extension-mathematics": "^3.20.1",
"@tiptap/extension-placeholder": "^3.20.1",
"@tiptap/extension-table": "^3.20.1",
"@tiptap/extension-table-cell": "^3.20.1",
"@tiptap/extension-table-header": "^3.20.1",
"@tiptap/extension-table-row": "^3.20.1",
"@tiptap/markdown": "^3.20.1",
"@tiptap/pm": "^3.20.1",
"@tiptap/react": "^3.20.1",
"@tiptap/starter-kit": "^3.20.1",
"@tiptap/suggestion": "^3.20.1",
"katex": "^0.16.35",
"next": "^16.1.6",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"streamdown": "^2.3.0"
},
"devDependencies": {
"@biomejs/biome": "^2.4.4",
"@tailwindcss/postcss": "^4.2.1",
"@tauri-apps/cli": "^2.10.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^25.3.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
"jsdom": "^28.1.0",
"prettier": "^3.8.1",
"tailwindcss": "^4.2.1",
"typescript": "~5.9.3",
"vite-tsconfig-paths": "^6.1.1",
"vitest": "^4.0.18"
}
}