clean up code

This commit is contained in:
2026-02-06 23:18:13 +01:00
parent 3cac486f6f
commit 11c3f141d5
31 changed files with 677 additions and 1915 deletions

View File

@@ -7,15 +7,7 @@
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "node --test server/**/*.test.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"
"test": "node --test server/**/*.test.mjs"
},
"dependencies": {
"@ionic/react": "^8.0.0",
@@ -35,7 +27,6 @@
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.3.3",
"vite": "^5.0.0",
"wrangler": "^4.63.0"
"vite": "^5.0.0"
}
}