-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.37 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.37 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
{
"name": "open-token-monitor",
"private": true,
"version": "0.3.4",
"description": "Local-first desktop monitor for Claude, Codex, and Gemini usage.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Hitheshkaranth/OpenTokenMonitor.git"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"tauri:build": "tauri build",
"tauri:build:mac": "tauri build --bundles app && ./scripts/build-macos-installer.sh",
"tauri:build:win": "tauri build --bundles nsis"
},
"dependencies": {
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-fs": "^2.4.5",
"@tauri-apps/plugin-http": "^2.5.7",
"@tauri-apps/plugin-notification": "^2.3.3",
"@tauri-apps/plugin-opener": "^2",
"@tauri-apps/plugin-process": "^2.0.0",
"@tauri-apps/plugin-shell": "^2.3.5",
"@tauri-apps/plugin-store": "^2.4.2",
"@tauri-apps/plugin-updater": "^2.0.0",
"framer-motion": "^12.23.24",
"lucide-react": "^0.575.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"recharts": "^3.3.0",
"zustand": "^5.0.8"
},
"devDependencies": {
"@tauri-apps/cli": "^2.10.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^4.7.0",
"typescript": "~5.8.3",
"vite": "^7.3.1"
}
}