mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-04-24 15:37:12 -05:00
chore: deps update, remove unused files
This commit is contained in:
parent
8039686297
commit
6520817a62
3661
package-lock.json
generated
3661
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
Loading…
Reference in New Issue
Block a user