-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
116 lines (116 loc) · 3.85 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"type": "module",
"name": "del-website",
"version": "v5.6.2-Release",
"description": "Discord Extreme List, Discord's unbiased list! Official source code for the DEL v5 website!",
"main": "dist/src/app.js",
"directories": {
"doc": "docs"
},
"engines": {
"node": ">=18.15.0"
},
"packageManager": "[email protected]",
"dependencies": {
"@sentry/node": "^7.103.0",
"@snyk/protect": "^1.984.0",
"@types/ua-parser-js": "^0.7.39",
"bulma": "^1.0.0",
"chunk": "0.0.3",
"color": "^4.2.1",
"connect-redis": "^7.1.1",
"datadog-metrics": "^0.9.3",
"debug": "~4.3.4",
"del-i18n": "github:discordextremelist/i18n",
"discord.js": "^14.11.0",
"ejs": "^3.1.9",
"express": "^4.19.2",
"express-session": "^1.18.0",
"express-sitemap": "^1.8.0",
"helmet": "^7.1.0",
"html-entities": "^2.3.2",
"http-errors": "~2.0.0",
"i18n": "^0.14.2",
"ioredis": "^4.28.5",
"lib-comparison": "github:advaith1/libs",
"markdown-it": "^14.1.0",
"moment": "^2.29.4",
"mongodb": "^4.17.2",
"morgan": "~1.10.0",
"node-fetch": "^3.3.2",
"passport": "^0.7.0",
"passport-discord": "^0.1.4",
"passport-oauth2-refresh": "^2.1.0",
"sanitize-html": "^2.12.1",
"typescript": "^5.3.3",
"typescript-transpile-only": "^0.0.4",
"ua-parser-js": "^1.0.37"
},
"devDependencies": {
"@sentry/types": "^6.19.2",
"@types/chunk": "0.0.0",
"@types/color": "^3.0.3",
"@types/datadog-metrics": "^0.6.2",
"@types/ejs": "^3.1.0",
"@types/express": "^4.17.15",
"@types/express-session": "^1.17.10",
"@types/http-errors": "^1.8.2",
"@types/i18n": "^0.13.2",
"@types/ioredis": "^4.28.10",
"@types/markdown-it": "^12.2.3",
"@types/morgan": "^1.9.3",
"@types/node": "^18.17.0",
"@types/passport": "^1.0.16",
"@types/passport-discord": "^0.1.5",
"@types/passport-oauth2-refresh": "^1.1.1",
"@types/sanitize-html": "^2.11.0",
"ejs-lint": "^1.2.1",
"sass": "^1.72.0"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"compile": "rm -rf dist/ && tsc && pnpm run lib-compile",
"start": "node --max-old-space-size=4096 dist/src/app",
"pm2": "pm2 start dist/src/app.js --name 'DEL'",
"lib-compile": "mkdir ./dist/node_modules/ && cp -R ./node_modules/lib-comparison/ ./dist/node_modules/lib-comparison/ && tsc ./dist/node_modules/lib-comparison/libs.ts",
"css-compile": "sass --no-source-map assets/Sass/themes/black.scss:assets/Public/css/themes/black.css assets/Sass/themes/dark.scss:assets/Public/css/themes/dark.css assets/Sass/themes/light.scss:assets/Public/css/themes/light.css assets/Sass/components/listing.scss:assets/Public/css/listing.css --style=compressed",
"snyk-protect": "snyk-protect",
"prepare": "pnpm run snyk-protect",
"pretty": "npx prettier --write src/"
},
"repository": {
"type": "git",
"url": "https://github.com/discordextremelist/website.git"
},
"author": "Carolina Mitchell <[email protected]>",
"contributors": [
"Carolina Mitchell <[email protected]>",
"John Burke",
"Advaith Jagathesan <[email protected]>"
],
"license": "AGPL-3.0",
"snyk": true,
"volta": {
"node": "18.17.0"
},
"pnpm": {
"overrides": {
"semver@<5.7.2": ">=5.7.2",
"tough-cookie@<4.1.3": ">=4.1.3",
"undici@<5.28.4": ">=5.28.4",
"next@>=13.4.0 <14.1.1": ">=14.1.1",
"braces@<3.0.3": ">=3.0.3",
"ejs@<3.1.10": ">=3.1.10",
"ws@>=8.0.0 <8.17.1": ">=8.17.1",
"micromatch@<4.0.8": ">=4.0.8",
"body-parser@<1.20.3": ">=1.20.3",
"send@<0.19.0": ">=0.19.0",
"serve-static@<1.16.0": ">=1.16.0",
"express@<4.20.0": ">=4.20.0",
"path-to-regexp@<0.1.10": ">=0.1.10",
"next@>=13.5.1 <13.5.7": ">=13.5.7",
"cookie@<0.7.0": ">=0.7.0",
"next@>=10.0.0 <14.2.7": ">=14.2.7"
}
}
}