-
-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathpackage.json
54 lines (54 loc) · 1.27 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
{
"name": "haikei",
"version": "1.2.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@consumet/extensions": "1.5.6",
"@sendgrid/mail": "^8.1.2",
"art-template": "^4.13.2",
"axios": "^1.7.4",
"bcrypt": "^5.1.0",
"chalk": "^4.1.2",
"config": "^3.3.8",
"connect-flash": "^0.1.1",
"connect-sqlite3": "^0.9.13",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"csurf": "^1.11.0",
"datauri": "^4.1.0",
"dotenv": "^16.0.3",
"ejs": "^3.1.10",
"eta": "^2.0.1",
"express": "^4.20.0",
"express-art-template": "^1.0.1",
"express-limit": "^0.1.0",
"express-session": "^1.17.3",
"express-validator": "^6.15.0",
"helmet": "^6.0.1",
"jsonwebtoken": "^9.0.0",
"leo-profanity": "^1.7.0",
"mkdirp": "^1.0.4",
"mongoose": "^8.0.0",
"multer": "^1.4.5-lts.1",
"node-fetch": "^2.6.7",
"nodemailer": "^6.9.9",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"pluralize": "^8.0.0",
"redis": "^4.6.2",
"response-time": "^2.3.2",
"socket.io": "^4.6.2",
"uuid": "^9.0.0"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}