start using claude code

This commit is contained in:
2026-02-05 21:09:19 +01:00
parent 27af351695
commit 34732fdceb
15 changed files with 1513 additions and 1152 deletions

View File

@@ -8,7 +8,14 @@
"build": "vite build",
"preview": "vite preview",
"test": "node --test server/**/*.test.mjs",
"test:steam": "node scripts/steam-cli.mjs"
"oauth": "node workers/oauth-proxy.mjs",
"worker:dev": "wrangler dev --config workers/wrangler.toml",
"worker:deploy": "wrangler deploy --config workers/wrangler.toml",
"fetch:steam": "node scripts/fetch-steam.mjs",
"fetch:gog": "node scripts/fetch-gog.mjs",
"fetch:epic": "node scripts/fetch-epic.mjs",
"fetch:amazon": "node scripts/fetch-amazon.mjs",
"fetch:all": "node scripts/fetch-all.mjs"
},
"dependencies": {
"@ionic/react": "^8.0.0",
@@ -26,6 +33,7 @@
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.3.3",
"vite": "^5.0.0"
"vite": "^5.0.0",
"wrangler": "^4.63.0"
}
}