forked from mirrors/claude-code-usage-dashboard
init
This commit is contained in:
34
package.json
Normal file
34
package.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "ai-usage-dashboard",
|
||||
"version": "1.0.0",
|
||||
"description": "AI API Usage Dashboard with billing period tracking",
|
||||
"main": "server/index.ts",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "bun --hot server/index.ts",
|
||||
"start": "bun server/index.ts",
|
||||
"begin-period": "bun scripts/begin-period.ts",
|
||||
"build": "bun build client/main.tsx --outdir dist/client",
|
||||
"setup": "bun install && bun scripts/setup-db.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/react": "^18.3.3",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"bun-plugin-tailwind": "^0.0.15",
|
||||
"hono": "^4.5.0",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest",
|
||||
"@types/node": "^22.1.0",
|
||||
"autoprefixer": "^10.4.21",
|
||||
"postcss": "^8.5.6",
|
||||
"tailwindcss": "^4.1.12",
|
||||
"typescript": "^5.5.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user