-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.55 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.55 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
{
"name": "opencode-usage-tracking",
"version": "1.0.0",
"private": true,
"description": "Local analytics dashboard for OpenCode — track tokens, models, tools, files, and cost across your AI coding sessions.",
"keywords": [
"opencode",
"opencode-usage-tracking",
"opencode-token-tracking",
"opencode-analytics",
"ai-coding-analytics",
"ai-cost-tracker",
"ai-session-tracker",
"ai-developer-tools",
"token-usage-tracker",
"llm-usage-tracking",
"local-ai-analytics",
"self-hosted-analytics",
"privacy-first-analytics",
"token-tracking",
"usage-tracking",
"local-first",
"sqlite",
"nextjs",
"react",
"typescript"
],
"author": "Amanuel Tesfaye",
"license": "MIT",
"scripts": {
"dev": "next dev -p 3777",
"build": "next build",
"start": "next start -p 3777",
"lint": "eslint",
"setup": "node scripts/setup.js"
},
"dependencies": {
"@radix-ui/react-select": "^2.3.7",
"animate.css": "^4.1.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^1.31.0",
"next": "16.3.0",
"radix-ui": "^1.6.7",
"react": "19.2.8",
"react-dom": "19.2.8",
"recharts": "^3.8.0",
"shadcn": "^4.16.2",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^24.13.3",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.3.0",
"tailwindcss": "^4",
"typescript": "^5"
}
}