-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.23 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
{
"name": "findyourhackathonmates",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "node ./server.mjs",
"build": "next build",
"start": "node ./server.mjs",
"lint": "next lint"
},
"engines": {
"node": "v22.13.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/free-brands-svg-icons": "^6.7.1",
"@fortawesome/free-regular-svg-icons": "^6.7.1",
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@fortawesome/react-fontawesome": "^0.2.2",
"@google/generative-ai": "^0.21.0",
"@nextui-org/avatar": "^2.2.4",
"@nextui-org/react": "^2.6.8",
"@react-oauth/google": "^0.12.1",
"axios": "^1.7.9",
"bcryptjs": "^2.4.3",
"cloudinary": "^2.0.0",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"mongoose": "^8.8.3",
"next": "^15.1.6",
"nodemailer": "^6.9.16",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-toastify": "^10.0.6",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"eslint": "^9",
"eslint-config-next": "15.1.0",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}