-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 727 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 727 Bytes
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
{
"name": "backend",
"version": "1.0.0",
"type": "module",
"main": "index.js",
"scripts": {
"build": "npm install && npm install --prefix frontend && npm run build --prefix frontend",
"dev": "nodemon backend/index.js",
"start": "nodemon backend/index.js"
},
"dependencies": {
"@google/genai": "^1.10.0",
"@google/generative-ai": "^0.24.1",
"axios": "^1.10.0",
"bcryptjs": "^3.0.2",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^17.2.0",
"express": "^4.21.2",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.16.4",
"nodemon": "^3.1.10",
"openai": "^5.16.0",
"path": "^0.12.7",
"path-to-regexp": "0.1.7",
"react-youtube": "^10.1.0"
}
}