forked from erfanyousefi/nodejs-store
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.31 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.31 KB
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
52
53
54
55
{
"name": "store-project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@hapi/joi": "17.1.1",
"@prisma/client": "3.13.0",
"audit": "^0.0.6",
"auto-bind": "4.0.0",
"axios": "^0.27.2",
"bcrypt": "^5.0.1",
"config": "^3.3.7",
"cookie-parser": "^1.4.6",
"cors": "2.8.5",
"dotenv": "16.0.0",
"ejs": "^3.1.8",
"express": "4.17.3",
"express-ejs-layouts": "^2.5.1",
"express-fileupload": "^1.4.0",
"express-graphql": "^0.12.0",
"express-session": "^1.17.3",
"fix": "^0.0.6",
"get-video-duration": "^4.1.0",
"got": "^12.1.0",
"graphql": "^14.7.0",
"http-errors": "2.0.0",
"jsonwebtoken": "^8.5.1",
"locus": "^2.0.4",
"moment": "^2.29.3",
"moment-jalali": "^0.3.9",
"mongoose": "6.2.8",
"morgan": "1.10.0",
"multer": "1.4.4",
"node-fetch": "^3.2.6",
"npm": "^8.15.0",
"request-promise": "^4.2.6",
"socket.io": "^4.5.1",
"swagger-jsdoc": "6.1.0",
"swagger-ui-express": "4.3.0",
"yaml": "^2.1.0"
},
"devDependencies": {
"@types/hapi__joi": "17.1.8",
"@types/http-errors": "1.8.2",
"http-status-codes": "2.2.0",
"nodemon": "2.0.16"
}
}