-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
77 lines (77 loc) · 2.03 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
{
"name": "core",
"version": "1.0.0",
"description": "community-based platform for sharing projects and gaining opportunities",
"main": "index.js",
"scripts": {
"start": "./startup.sh",
"dev-start": "nodemon server.js",
"lint": "eslint .",
"build": ""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@azure/msal-node": "^2.6.0",
"@azure/storage-blob": "^12.17.0",
"@google/generative-ai": "^0.21.0",
"@octokit/rest": "^21.0.1",
"axios": "^1.6.4",
"axios-rate-limit": "^1.4.0",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"bull": "^4.16.3",
"cheerio": "^1.0.0-rc.12",
"cluster": "^0.7.7",
"compression": "^1.7.4",
"connect-mssql-v2": "^5.1.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dompurify": "^3.1.7",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"ejs-async": "^0.0.1",
"events": "^3.3.0",
"express": "^5.0.1",
"express-flash": "^0.0.2",
"express-mysql-session": "^3.0.3",
"express-rate-limit": "^7.2.0",
"express-session": "^1.17.3",
"express-validator": "^7.0.1",
"get-stream": "^9.0.1",
"get-urls": "^12.1.0",
"highlight.js": "^11.9.0",
"is-base64": "^1.1.0",
"jsonwebtoken": "^9.0.2",
"marked": "^14.1.3",
"method-override": "^3.0.0",
"mssql": "^11.0.0",
"mssql-session-store": "^1.0.0",
"multer": "^1.4.5-lts.1",
"node-cache": "^5.1.2",
"node-fetch": "^3.3.2",
"nodemailer": "^6.9.13",
"octokit": "^4.0.2",
"openai": "^4.52.2",
"passport": "^0.7.0",
"passport-github2": "^0.1.12",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"pdf-parse": "^1.1.1",
"pdfkit": "^0.15.0",
"puppeteer": "^23.6.1",
"puppeteer-core": "^23.6.1",
"request": "^2.88.2",
"sanitize-html": "^2.13.0",
"session-file-store": "^1.5.0",
"simple-statistics": "^7.8.7",
"turndown": "^7.2.0",
"uuid": "^11.0.2",
"zod": "^3.23.8"
},
"devDependencies": {
"globals": "^15.8.0",
"nodemon": "^3.0.1"
}
}