Skip to content

Commit

Permalink
fix: don't error if discord token is missing, remove unused route, an…
Browse files Browse the repository at this point in the history
…d try to fix production build.
  • Loading branch information
zicklag committed Sep 20, 2024
1 parent 35d21e5 commit f3cf9be
Show file tree
Hide file tree
Showing 5 changed files with 569 additions and 394 deletions.
28 changes: 13 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"@iconify/svelte": "^4.0.2",
"@skeletonlabs/skeleton": "^2.10.2",
"@skeletonlabs/tw-plugin": "^0.4.0",
"@sveltejs/adapter-auto": "^3.2.4",
"@sveltejs/adapter-node": "^5.2.2",
"@sveltejs/kit": "^2.5.26",
"@sveltejs/adapter-auto": "^3.2.5",
"@sveltejs/adapter-node": "^5.2.3",
"@sveltejs/kit": "^2.5.28",
"@sveltejs/vite-plugin-svelte": "4.0.0-next.6",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/cookie": "^0.6.0",
"@types/eslint": "^8.56.12",
"@types/node": "^20.16.5",
"@types/nodemailer": "^6.4.15",
"@types/nodemailer": "^6.4.16",
"@types/sanitize-html": "^2.13.0",
"@types/underscore": "^1.11.15",
"@types/ws": "^8.5.12",
Expand All @@ -36,37 +36,35 @@
"cookie": "^0.6.0",
"date-fns": "^3.6.0",
"discord.js": "^14.16.2",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.43.0",
"eslint-plugin-svelte": "^2.44.0",
"keyv": "^4.5.4",
"leaf-proto": "workspace:*",
"linktree-parser": "^1.5.0",
"marked": "^14.1.2",
"nodemailer": "^6.9.15",
"oauth-pkce": "^0.0.7",
"postcss": "^8.4.45",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.5.14",
"proxy-agent": "^6.4.0",
"sanitize-html": "^2.13.0",
"sharp": "^0.33.5",
"svelte": "5.0.0-next.239",
"svelte-check": "^3.8.6",
"tailwindcss": "^3.4.10",
"tailwindcss": "^3.4.12",
"tslib": "^2.7.0",
"typedoc": "^0.26.7",
"typescript": "^5.6.2",
"underscore": "^1.13.7",
"vite": "^5.4.3",
"undici": "^6.19.8",
"vite": "^5.4.6",
"vite-plugin-top-level-await": "^1.4.4",
"vite-plugin-wasm": "^3.3.0",
"ws": "^8.18.0",
"zlib-sync": "^0.1.9",
"proxy-agent": "^6.4.0",
"sharp": "^0.33.5",
"undici": "^6.19.8"
"ws": "^8.18.0"
},
"dependencies": {},
"type": "module",
"pnpm": {
"patchedDependencies": {
Expand Down
Loading

0 comments on commit f3cf9be

Please sign in to comment.