-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
66 lines (66 loc) · 1.73 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
{
"name": "quaver.website",
"version": "1.0.0",
"description": "Quaver's Website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"website",
"quaver",
"multiplayer",
"game"
],
"author": "The Quaver Team",
"license": "GPL-3.0",
"dependencies": {
"@bbob/core": "^2.8.0",
"@bbob/html": "^2.8.0",
"@bbob/preset-html5": "^2.8.0",
"@node-minify/clean-css": "^6.0.0",
"@node-minify/core": "^6.0.0",
"@types/axios": "^0.14.0",
"@types/body-parser": "^1.19.0",
"@types/chalk": "^2.2.0",
"@types/ejs": "^3.0.4",
"@types/express": "^4.17.7",
"@types/express-session": "^1.17.0",
"@types/htmlparser2": "^3.10.1",
"@types/mysql": "^2.15.15",
"@types/passport": "^1.0.4",
"@types/passport-local": "^1.0.33",
"@types/redis": "^2.8.25",
"@types/sanitize-html": "^1.23.3",
"axios": "^0.21.2",
"body-parser": "^1.19.0",
"chalk": "^3.0.0",
"connect-flash": "^0.1.1",
"connect-redis": "^4.0.4",
"cookie-parser": "^1.4.5",
"date-fns": "^2.17.0",
"domelementtype": "^2.0.1",
"ejs": "^3.1.3",
"express": "^4.17.1",
"express-bearer-token": "^2.4.0",
"express-fileupload": "^1.1.9",
"express-session": "^1.17.1",
"jsonwebtoken": "^8.5.1",
"moment": "^2.27.0",
"mysql": "^2.18.1",
"mysql2": "^2.1.0",
"openid": "^2.0.6",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"popper.js": "^1.16.0",
"purgecss": "^2.3.0",
"redis": "^3.1.1",
"request": "^2.88.2",
"request-ip": "^2.1.3",
"sanitize-html": "^2.6.1",
"showdown": "^1.9.1",
"string.prototype.matchall": "^4.0.2",
"twig": "^1.17.1",
"uuid": "^8.3.0"
}
}