-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 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
48
49
50
51
{
"name": "store-project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@elastic/elasticsearch": "^8.6.0",
"@hapi/joi": "17.1.1",
"@prisma/client": "4.6.1",
"@types/hapi__joi": "17.1.8",
"@types/http-errors": "2.0.1",
"auto-bind": "4.0.0",
"axios": "^1.3.2",
"bcrypt": "5.1.0",
"connect-redis": "6.1.3",
"cookie-parser": "^1.4.6",
"cors": "2.8.5",
"dotenv": "16.0.3",
"ejs": "^3.1.8",
"express": "4.18.2",
"express-ejs-layouts": "^2.5.1",
"express-graphql": "^0.12.0",
"express-session": "^1.17.3",
"get-video-duration": "^4.1.0",
"graphql": "^14.7.0",
"http-errors": "2.0.0",
"http-status-codes": "2.2.0",
"jsonwebtoken": "^9.0.0",
"moment-jalali": "^0.3.9",
"mongodb": "^4.13.0",
"mongoose": "^6.7.1",
"morgan": "1.10.0",
"multer": "1.4.5-lts.1",
"node-fetch": "^3.3.0",
"nodemon": "^2.0.20",
"redis": "4.5.0",
"socket.io": "^4.6.0",
"swagger-jsdoc": "6.2.5",
"swagger-ui-express": "4.6.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"prisma": "4.6.1"
}
}