-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 952 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 952 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
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "full-stack-project",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"start": "npx nodemon backend/src/server.js",
"build": "npm run build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@prisma/client": "^5.9.1",
"axios": "^1.6.7",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"cloudinary": "^2.0.3",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.1",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.2",
"morgan": "^1.10.0",
"openai": "^4.29.0",
"postgresql": "^0.0.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"react-spring": "^9.7.3",
"react-toastify": "^10.0.4",
"socket.io": "^4.7.4",
"styled-components": "^6.1.8",
"uuid": "^9.0.1",
"zustand": "^4.5.2"
},
"devDependencies": {
"nodemon": "^3.0.3",
"prisma": "^5.9.1"
}
}