forked from Joyi-code/DeepSeekMonitorWindows
-
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.15 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.15 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": "deepseek-monitor-windows",
"version": "2.7.0",
"private": true,
"license": "MIT",
"type": "module",
"scripts": {
"tauri": "tauri",
"dev": "vite --host 127.0.0.1",
"build": "tsc && vite build",
"preview": "vite preview --host 127.0.0.1",
"tauri:check": "powershell -ExecutionPolicy Bypass -File scripts/tauri-check.ps1",
"tauri:dev": "powershell -ExecutionPolicy Bypass -File scripts/tauri-dev.ps1",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@tauri-apps/api": "^2.11.0",
"@tauri-apps/plugin-process": "^2.3.1",
"@tauri-apps/plugin-updater": "^2.10.1",
"dompurify": "^3.4.14",
"lucide-react": "^0.468.0",
"marked": "^18.0.5",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@tauri-apps/cli": "^2.11.2",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.3",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.4",
"jsdom": "^29.1.1",
"typescript": "5.6.3",
"vite": "5.4.11",
"vitest": "^4.1.9"
}
}