-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.12 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
{
"name": "solutionwheels",
"version": "1.0.0",
"description": "Backend API for solution wheels website",
"main": "server.js",
"scripts": {
"test": "",
"start": "node server",
"hot": "nodemon server"
},
"keywords": [
"solutionwheels"
],
"author": "Dakup Nengak",
"license": "ISC",
"dependencies": {
"axios": "^0.19.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"cloudinary": "^1.17.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"handlebars": "^4.5.3",
"jsonwebtoken": "^8.5.1",
"mocha": "^7.0.0",
"mongoose": "^5.7.10",
"multer": "^1.4.2",
"node-appwrite": "^1.0.30",
"nodemailer": "^6.4.0",
"nodemailer-express-handlebars": "^3.1.0",
"oauth": "^0.9.15",
"passport": "^0.4.0",
"passport-google-oauth2": "^0.2.0",
"passport-jwt": "^4.0.0",
"sendgrid": "^5.2.3",
"sendmail": "^1.6.1",
"slugify": "^1.3.6",
"smtp-server": "^3.5.0",
"social-login": "^0.2.8",
"validator": "^12.0.0"
},
"devDependencies": {
"nodemon": "^1.19.4"
}
}