-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
62 lines (62 loc) · 1.48 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
{
"name": "saberchat",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Saberchat/saberchat.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Saberchat/saberchat/issues"
},
"homepage": "https://github.com/Saberchat/saberchat#readme",
"dependencies": {
"@editorjs/editorjs": "^2.22.2",
"@editorjs/header": "^2.6.1",
"@editorjs/list": "^1.6.2",
"axios": "^0.21.4",
"bad-words": "^3.0.4",
"body-parser": "^1.19.0",
"cloudinary": "^1.27.1",
"colors": "^1.4.0",
"connect-flash": "^0.1.1",
"datauri": "^3.0.0",
"dateformat": "^3.0.3",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-mongo-sanitize": "^2.1.0",
"express-session": "^1.17.2",
"ffmpeg": "^0.0.4",
"fillers": "^1.1.4",
"heic2any": "0.0.3",
"helmet": "^4.6.0",
"imagemin": "^7.0.1",
"imagemin-jpegtran": "^5.0.2",
"imagemin-pngquant": "^8.0.0",
"joi": "^17.4.2",
"memorystore": "^1.6.6",
"method-override": "^3.0.0",
"mongoose": "^5.13.13",
"multer": "^1.4.3",
"node-schedule": "^1.3.3",
"passport": "^0.4.1",
"passport-local-mongoose": "^6.1.0",
"passport.socketio": "^3.7.0",
"sanitize-html": "^2.5.3",
"serve-favicon": "^2.5.0",
"socket.io": "^4.3.2",
"tinify": "^1.6.1"
},
"devDependencies": {
"dotenv": "^8.6.0",
"nodemon": "^2.0.15"
}
}