-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.42 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
52
53
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index"
},
"author": "",
"license": "ISC",
"dependencies": {
"@axelspringer/graphql-google-pubsub": "^2.1.0",
"@babel/polyfill": "^7.12.1",
"apollo-server": "^2.15.1",
"apollo-server-express": "^2.15.1",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"cheerio": "^1.0.0-rc.3",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"core-js": "^3.8.3",
"cors": "^2.8.5",
"cors-anywhere": "^0.4.3",
"datebook": "^4.1.5",
"dotenv": "^8.2.0",
"email-templates": "^8.0.2",
"express": "^4.17.1",
"express-graphql": "^0.12.0",
"generate-password": "^1.5.1",
"graphql": "^15.4.0",
"graphql-playground-middleware-express": "^1.7.22",
"graphql-redis-subscriptions": "^2.3.1",
"graphql-subscriptions": "^1.1.0",
"jsonwebtoken": "^8.5.1",
"mjml": "^4.6.3",
"mjml-utils": "^2.2.1",
"moment": "^2.29.1",
"mongoose": "^5.11.13",
"node-cron": "^2.0.3",
"nodemailer": "^6.4.10",
"parseurl": "^1.3.3",
"passport": "^0.4.1",
"passport-facebook": "^3.0.0",
"phone": "^2.4.17",
"puppeteer": "^5.5.0",
"puppeteer-extra": "^3.1.15",
"puppeteer-extra-plugin-stealth": "^2.6.5",
"square": "^8.0.1",
"twilio": "^3.55.0"
},
"devDependencies": {}
}