mirror of
https://github.com/decolua/9router.git
synced 2026-05-08 12:01:28 +00:00
Adds local token usage tracking for all AI providers. Usage data is captured during stream processing and stored in a local database. Includes a new Usage tab in the Providers dashboard to visualize historical token consumption. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
33 lines
732 B
JSON
33 lines
732 B
JSON
{
|
|
"name": "9router-app",
|
|
"version": "0.2.13",
|
|
"description": "9Router web dashboard",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --port 3091",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"express": "^5.2.1",
|
|
"fs": "^0.0.1-security",
|
|
"http-proxy-middleware": "^3.0.5",
|
|
"lowdb": "^7.0.1",
|
|
"next": "^15.2.0",
|
|
"node-machine-id": "^1.1.12",
|
|
"open": "^10.1.0",
|
|
"ora": "^5.4.1",
|
|
"react": "19.2.1",
|
|
"react-dom": "19.2.1",
|
|
"undici": "^7.16.0",
|
|
"uuid": "^13.0.0",
|
|
"zustand": "^5.0.9"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.18",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "16.0.10",
|
|
"tailwindcss": "^4"
|
|
}
|
|
}
|