-
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) · 979 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 979 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
33
34
35
36
37
{
"name": "opencode-stats",
"version": "0.1.7",
"description": "Lightweight desktop dashboard for OpenCode token usage and costs (Tauri v2 + React)",
"author": "terzastella",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/terzastella/opencode-stats.git"
},
"bugs": {
"url": "https://github.com/terzastella/opencode-stats/issues"
},
"homepage": "https://github.com/terzastella/opencode-stats#readme",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^2",
"echarts": "^6.1.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"simple-icons": "^16.30.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^6.0.2",
"typescript": "6.0.3",
"vite": "^8.0.16"
}
}