-
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) · 929 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 929 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": "real-state",
"version": "1.0.1",
"description": "Real State Website. A bookign management system.",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"engines": {
"node": "16.13.1"
},
"keywords": [
"real",
"state",
"website",
"airbnb"
],
"author": "Siam Ahnaf",
"license": "ISC",
"dependencies": {
"apollo-server-express": "^3.3.0",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dataloader": "^2.0.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"graphql": "^15.6.0",
"graphql-iso-date": "^3.6.1",
"graphql-resolvers": "^0.4.2",
"graphql-upload": "^12.0.0",
"joi": "^17.4.2",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"moment-range": "^4.0.2",
"mongoose": "^6.0.7",
"mongoose-timezone": "^1.3.0",
"nodemailer": "^6.6.5",
"opencage-api-client": "^1.0.0",
"stripe": "^8.184.0"
}
}