This repository was archived by the owner on Apr 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.51 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.51 KB
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
{
"name": "infinity",
"version": "1.0.0",
"description": "Infinity is a puzzle hunt server written for inteGIRLS.",
"main": "app.js",
"repository": "https://github.com/itsmingjie/infinity",
"author": "Mingjie Jiang<jiang@mingjie.dev>",
"license": "MIT",
"devDependencies": {
"standard": "*"
},
"scripts": {
"lint": "standard",
"start": "node app.js"
},
"dependencies": {
"@bugsnag/js": "^7.3.0",
"@bugsnag/plugin-express": "^7.3.0",
"@sendgrid/mail": "^7.3.0",
"airtable-plus": "^1.0.4",
"bcrypt": "^5.0.0",
"bulma": "^0.9.0",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"connect-redis": "^5.0.0",
"cookie-parser": "^1.4.5",
"csurf": "^1.11.0",
"discord.js": "^12.4.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-handlebars": "^5.0.0",
"express-minify-html": "^0.12.0",
"express-rate-limit": "^5.1.3",
"express-recaptcha": "^5.0.2",
"express-session": "^1.17.1",
"fast-csv": "^4.3.6",
"jpeg-js": "^0.4.0",
"json2csv": "^5.0.3",
"lodash": "^4.17.19",
"lodash.merge": "^4.6.2",
"marked": "^2.0.0",
"multer": "^1.4.2",
"node-fetch": "^2.6.1",
"node-sass-middleware": "^0.11.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"pg": "^8.3.0",
"pg-format": "^1.0.4",
"rate-limit-redis": "^2.0.0",
"redis": "^3.0.2",
"request": "^2.88.2",
"request-ip": "^2.1.3",
"sanitize-filename": "^1.6.3",
"slugify": "^1.4.6",
"uuid": "^8.2.0"
}
}