-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 860 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
{
"name": "e-shop-api",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"axios": "^0.23.0",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "~4.16.1",
"express-rate-limit": "^6.7.0",
"express-validator": "^6.13.0",
"fast-sort": "^3.1.1",
"firebase-admin": "^10.0.2",
"gcs-file-upload": "^1.1.1",
"helmet": "^7.0.0",
"jsonwebtoken": "^8.5.1",
"log4js": "^6.4.3",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"mongodb": "^4.1.3",
"multer": "^1.4.4",
"randomstring": "^1.2.1",
"socket.io": "^4.4.1",
"treblle": "^1.3.0",
"uuid-v4": "^0.1.0"
},
"devDependencies": {
"concurrently": "^6.4.0",
"nodemon": "^2.0.15"
}
}