-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 924 Bytes
/
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
{
"name": "zabwino-server",
"version": "1.0.0",
"description": "",
"main": "app.js",
"engines": {
"node": "18.16.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"build": "npm install && cd client && npm install && npm run build"
},
"author": "Creos",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"cloudinary": "^1.26.2",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"env-cmd": "^10.1.0",
"express": "^4.17.1",
"express-jwt": "^8.4.1",
"express-validator": "^6.12.1",
"firebase": "^8.6.8",
"jsonwebtoken": "^9.0.0",
"mongoose": "^5.13.3",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"npm-git-install": "^0.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"socket.io": "^4.2.0"
},
"devDependencies": {
"nodemon": "^2.0.22"
}
}