-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.06 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
{
"name": "system-monitor-hud",
"version": "1.0.0",
"description": "A cyberpunk system monitor HUD with 3D gauges",
"main": "electron/main.ts",
"directories": {
"doc": "docs"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"electron:dev": "concurrently --kill-others \"vite\" \"wait-on http://localhost:5173 && npx tsc -p tsconfig.electron.json && electron dist-electron/electron/main.js\"",
"electron:build": "vite build && electron-builder"
},
"devDependencies": {
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"concurrently": "^9.2.1",
"electron": "^41.1.1",
"electron-builder": "^26.8.1",
"tsx": "^4.21.0",
"typescript": "^6.0.2",
"vite": "^8.0.3",
"wait-on": "^9.0.4"
},
"dependencies": {
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"framer-motion": "^12.38.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"systeminformation": "^5.31.5",
"three": "^0.183.2",
"zustand": "^5.0.12"
}
}