🏁 Final commit: Project Token Usage Viewer completed

This commit is contained in:
2026-01-21 14:21:43 +08:00
parent b967deb4b1
commit a77fcdd3dc
24 changed files with 1087 additions and 651 deletions

View File

@@ -2,6 +2,7 @@
"name": "fullstack-starter",
"private": true,
"type": "module",
"packageManager": "bun@1.3.6",
"scripts": {
"build": "turbo build:tauri",
"build:compile": "bun build.ts",
@@ -19,6 +20,8 @@
"typecheck": "tsc -b"
},
"dependencies": {
"@effect/schema": "^0.75.5",
"@oicl/openbridge-webcomponents-react": "^0.0.17",
"@orpc/client": "^1.13.4",
"@orpc/contract": "^1.13.4",
"@orpc/server": "^1.13.4",
@@ -30,6 +33,8 @@
"@tanstack/react-router-ssr-query": "^1.151.0",
"@tanstack/react-start": "^1.151.0",
"@tauri-apps/api": "^2.9.1",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.2.3",
"drizzle-orm": "^0.45.1",
"drizzle-zod": "^0.8.3",
"react": "^19.2.3",