-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.13 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
{
"name": "men-project",
"version": "1.0.0",
"description": "",
"engines": {
"node": "16.16.0",
"npm": "8.11.0"
},
"main": "index.js",
"scripts": {
"start": "node index.js",
"devStart": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.145.0",
"alert": "^5.1.4",
"aws-sdk": "^2.1192.0",
"axios": "^0.27.2",
"blob": "^0.1.0",
"body-parser": "^1.20.0",
"bootstrap": "^5.3.0-alpha1",
"bootstrap-icons": "^1.10.5",
"compression": "^1.7.4",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-ejs-layouts": "^2.5.1",
"express-openid-connect": "^2.16.0",
"ioredis": "^5.2.3",
"method-override": "^3.0.0",
"mongoose": "^6.5.1",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1",
"multer-s3-v2": "^2.2.1",
"node-blob": "^0.0.2",
"openssl": "^2.0.0",
"pdfjs": "^2.4.7",
"redis": "^4.0.0-rc.4",
"serve": "^14.0.1",
"util": "^0.12.4",
"uuid": "^8.3.2"
},
"devDependencies": {
"dotenv": "^16.0.1",
"nodemon": "^2.0.19",
"tailwindcss": "^3.3.3"
}
}