-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.18 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "dogegram-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": "12.14.1",
"npm": "6.14.4"
},
"scripts": {
"dev": "nodemon index.js",
"d": "doppler run -- nodemon index.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sandermoen/instaclone.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Sandermoen/instaclone/issues"
},
"homepage": "https://github.com/Sandermoen/instaclone#readme",
"dependencies": {
"@aws-sdk/client-ses": "^3.14.0",
"@sendgrid/mail": "^7.4.4",
"@sentry/node": "^7.10.0",
"@sentry/tracing": "^7.10.0",
"@tensorflow-models/mobilenet": "^2.1.0",
"@tensorflow-models/toxicity": "^1.2.2",
"@tensorflow/tfjs-node": "^3.9.0",
"async-redis": "^2.0.0",
"aws-sdk": "^2.903.0",
"axios": "^0.21.2",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"cuid": "^2.1.8",
"dompurify": "^2.2.8",
"dotenv": "^8.2.0",
"email-validator": "^2.0.4",
"encodify": "^0.2.4",
"exifremove": "^1.0.1",
"express": "^4.17.1",
"express-rate-limit": "^5.1.1",
"firebase-admin": "^11.0.0",
"formidable": "^1.2.2",
"handlebars": "^4.7.7",
"helmet": "^3.21.2",
"html-to-text": "^7.1.1",
"image-data-uri": "^2.0.1",
"jsdom": "^16.6.0",
"jsonwebtoken": "^8.5.1",
"jwt-simple": "^0.5.6",
"linkify-it": "^3.0.2",
"linkifyjs": "^2.1.9",
"minio": "^7.0.18",
"mongoose": "^6.0.7",
"multer": "^1.4.2",
"nanoid": "^3.1.31",
"node-2fa": "^2.0.2",
"node-cache": "^5.1.2",
"node-html-parser": "^4.1.5",
"node-telegram-bot-api": "^0.54.0",
"nodemailer": "^6.6.4",
"nsfwjs": "^2.4.1",
"redis": "^3.1.2",
"sendmail": "^1.6.1",
"sharp": "^0.28.3",
"socket.io": "^2.4.1",
"stripe": "^8.184.0",
"tlds": "^1.221.1",
"uuid": "^8.3.2",
"validator": "^13.7.0",
"xss": "^1.0.9",
"yargs-parser": "^20.2.9"
},
"devDependencies": {
"concurrently": "^5.1.0",
"morgan": "^1.9.1",
"nodemon": "^2.0.4"
}
}