chore: deps update, remove unused files

This commit is contained in:
gitlimes 2024-06-09 10:46:50 +02:00
parent 8039686297
commit 6520817a62
No known key found for this signature in database
GPG Key ID: 886B55971B80799A
3 changed files with 2941 additions and 744 deletions

3661
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -10,28 +10,24 @@
"lint": "next lint"
},
"dependencies": {
"@phosphor-icons/react": "^2.1.3",
"chalk": "^5.3.0",
"classnames": "^2.3.2",
"eslint": "^8.46.0",
"@aws-sdk/client-ses": "^3.515.0",
"@discordjs/rest": "^0.5.0",
"@node-saml/node-saml": "^5.0.0",
"@phosphor-icons/react": "^2.1.3",
"@pretendonetwork/error-codes": "^1.0.3",
"chalk": "^5.3.0",
"classnames": "^2.3.2",
"colors": "^1.4.0",
"cookie-parser": "^1.4.5",
"discord-api-types": "^0.36.1",
"discord-oauth2": "github:ryanblenis/discord-oauth2",
"express": "^4.17.1",
"express-handlebars": "^5.3.1",
"express-locale": "^2.0.0",
"eslint": "^8.46.0",
"fs-extra": "^9.1.0",
"got": "^11.8.5",
"graphql-request": "^4.3.0",
"gray-matter": "^4.0.3",
"lodash.merge": "^4.6.2",
"next": "^13.4.19",
"next": "^14.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"server-only": "^0.0.1",

View File

@ -1,10 +0,0 @@
<link rel="stylesheet" href="/assets/css/404.css">
{{> header}}
<div class="wrapper">
<div class="status"><b>404</b></div>
<div class="description">{{ locale.notfound.description }}</div>
<img src="/assets/images/shockedbandwidth.svg" class="shocked-bandwidth"/>
{{> footer }}
</div>