-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.6 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
{
"name": "velor-server",
"version": "1.0.2",
"scripts": {
"test": "npx playwright test"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@playwright/test": "^1.49.1",
"chai": "^5.1.2",
"chai-as-promised": "^8.0.0",
"chai-exclude": "^3.0.0",
"cheerio": "^1.0.0",
"connect-flash": "^0.1.1",
"dotenv": "^16.4.5",
"playwright": "^1.49.1",
"sinon": "^19.0.2",
"sinon-chai": "^4.0.0",
"supertest": "^7.0.0"
},
"dependencies": {
"cookie-parser": "^1.4.7",
"cookie-session": "^2.1.0",
"cors": "^2.8.5",
"csrf-csrf": "^3.1.0",
"csrf-sync": "^4.0.3",
"date-fns": "^4.1.0",
"ejs": "^3.1.10",
"express": "^4.21.1",
"jsonwebtoken": "^9.0.2",
"nodemailer": "^6.9.16",
"openid-client": "^6.1.7",
"passport": "^0.7.0",
"passport-custom": "^1.1.1",
"passport-github2": "^0.1.12",
"passport-google-oauth20": "^2.0.0",
"passport-magic-link": "^2.1.1",
"querystring": "^0.2.1",
"rate-limiter-flexible": "^5.0.4",
"sanitize-html": "^2.13.1",
"statuses": "^2.0.1",
"velor-api": "github:glennerichall/velor-api",
"velor-contrib": "github:glennerichall/velor-contrib",
"velor-database": "github:glennerichall/velor-database",
"velor-dbuser": "github:glennerichall/velor-dbuser",
"velor-distribution": "github:glennerichall/velor-distribution",
"velor-messaging": "github:glennerichall/velor-messaging",
"velor-services": "github:glennerichall/velor-services",
"velor-utils": "github:glennerichall/velor-utils",
"ws": "^8.18.0"
}
}