mirror of
https://github.com/PretendoNetwork/website.git
synced 2025-04-02 11:11:50 -04:00
49 lines
1.4 KiB
JSON
Executable file
49 lines
1.4 KiB
JSON
Executable file
{
|
|
"name": "pretendo-website",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "NEXT_TELEMETRY_DISABLED=1 npx tsx ./src/utils/buildtime.ts && next dev",
|
|
"build": "NEXT_TELEMETRY_DISABLED=1 npx tsx ./src/utils/buildtime.ts && next build",
|
|
"start": "NEXT_TELEMETRY_DISABLED=1 npx tsx ./src/utils/buildtime.ts && next start",
|
|
"lint": "NEXT_TELEMETRY_DISABLED=1 npx tsx ./src/utils/buildtime.ts && next lint"
|
|
},
|
|
"dependencies": {
|
|
"@aws-sdk/client-ses": "^3.515.0",
|
|
"@discordjs/rest": "^0.5.0",
|
|
"@formatjs/intl-localematcher": "^0.5.4",
|
|
"@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",
|
|
"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",
|
|
"negotiator": "^0.6.3",
|
|
"next": "^14.2.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"server-only": "^0.0.1",
|
|
"sharp": "^0.32.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@types/lodash.merge": "^4.6.9",
|
|
"@types/node": "^22.1.0",
|
|
"@types/react": "18.3.3",
|
|
"eslint-config-next": "^13.4.19"
|
|
},
|
|
"browserslist": [
|
|
"defaults",
|
|
"dead"
|
|
]
|
|
}
|